WingMan – Diff between revs 25 and 27

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 25 Rev 27
Line 301... Line 301...
301 RemoteBindingsListBox.Items.AddRange(bindings); 301 RemoteBindingsListBox.Items.AddRange(bindings);
302 } 302 }
Line 303... Line 303...
303   303  
304 private void OnLobbyMessageReceived(object sender, LobbyMessageReceivedEventArgs e) 304 private void OnLobbyMessageReceived(object sender, LobbyMessageReceivedEventArgs e)
305 { 305 {
306 notifyIcon1.BalloonTipTitle = Properties.Strings.Lobby_message; 306 notifyIcon1.BalloonTipTitle = Strings.Lobby_message;
307 notifyIcon1.BalloonTipText = $"{e.Nick} : {e.Message}{Environment.NewLine}"; 307 notifyIcon1.BalloonTipText = $"{e.Nick} : {e.Message}{Environment.NewLine}";
Line 308... Line 308...
308 notifyIcon1.ShowBalloonTip(1000); 308 notifyIcon1.ShowBalloonTip(1000);
309   309  
Line 695... Line 695...
695 } 695 }
696 } 696 }
Line 697... Line 697...
697   697  
698 private void WingManFormResized(object sender, EventArgs e) 698 private void WingManFormResized(object sender, EventArgs e)
699 { 699 {
700 if (WindowState == FormWindowState.Minimized) -  
701 { -  
702 Hide(); -  
703 } 700 if (WindowState == FormWindowState.Minimized) Hide();
Line 704... Line 701...
704 } 701 }
705   702  
706 private void NotifyIconDoubleClick(object sender, EventArgs e) 703 private void NotifyIconDoubleClick(object sender, EventArgs e)