Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 63... Line 63...
63 } 63 }
Line 64... Line 64...
64   64  
Line 65... Line 65...
65 #endregion 65 #endregion
-   66  
-   67 #region Event Handlers
-   68 private void EconomyForm_Load(object sender, EventArgs e)
66   69 {
67 #region Event Handlers 70 Utilities.WindowState.FormTracker.Track(this);
68   71 }
69 private void MqttCommunication_NotificationReceived(object sender, MqttNotificationEventArgs e) 72 private void MqttCommunication_NotificationReceived(object sender, MqttNotificationEventArgs e)
70 { 73 {
71 switch (e.Notification["notification"]) 74 switch (e.Notification["notification"])
Line 143... Line 146...
143 textBox.Text = balance; 146 textBox.Text = balance;
144 }); 147 });
145 } 148 }
Line 146... Line 149...
146   149  
-   150 #endregion
-   151  
147 #endregion 152  
148 } 153 }
149 } 154 }