Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 31... Line 31...
31 #region Constructors, Destructors and Finalizers 31 #region Constructors, Destructors and Finalizers
Line 32... Line 32...
32   32  
33 public TeleportForm() 33 public TeleportForm()
34 { 34 {
35 InitializeComponent(); -  
Line 36... Line 35...
36 Utilities.WindowState.FormTracker.Track(this); 35 InitializeComponent();
37   36  
38 _cancellationTokenSource = new CancellationTokenSource(); 37 _cancellationTokenSource = new CancellationTokenSource();
Line 65... Line 64...
65   64  
Line 66... Line 65...
66 #endregion 65 #endregion
Line -... Line 66...
-   66  
-   67 #region Event Handlers
-   68  
-   69 private void TeleportForm_Load(object sender, EventArgs e)
-   70 {
67   71 Utilities.WindowState.FormTracker.Track(this);
68 #region Event Handlers 72 }
69   73  
70 private void MqttCommunication_NotificationReceived(object sender, MqttNotificationEventArgs e) 74 private void MqttCommunication_NotificationReceived(object sender, MqttNotificationEventArgs e)
71 { 75 {
Line 324... Line 328...
324 } 328 }
325 } 329 }
326 } 330 }
Line 327... Line 331...
327   331  
-   332 #endregion
-   333  
328 #endregion 334  
329 } 335 }
330 } 336 }