Korero

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/Korero/Economy/EconomyForm.cs
@@ -65,10 +65,7 @@
#endregion
 
#region Event Handlers
private void EconomyForm_Load(object sender, EventArgs e)
{
Utilities.WindowState.FormTracker.Track(this);
}
 
private void MqttCommunication_NotificationReceived(object sender, MqttNotificationEventArgs e)
{
switch (e.Notification["notification"])
@@ -148,7 +145,5 @@
}
 
#endregion
 
 
}
}