Korero

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/Korero/Chat/ChatForm.cs
@@ -50,7 +50,6 @@
public ChatForm()
{
InitializeComponent();
Utilities.WindowState.FormTracker.Track(this);
 
_cancellationTokenSource = new CancellationTokenSource();
_cancellationToken = _cancellationTokenSource.Token;
@@ -87,6 +86,10 @@
#endregion
 
#region Event Handlers
private void ChatForm_Load(object sender, EventArgs e)
{
Utilities.WindowState.FormTracker.Track(this);
}
 
private async void MqttCommunication_NotificationReceived(object sender, MqttNotificationEventArgs e)
{
@@ -1069,5 +1072,7 @@
}
 
#endregion
 
 
}
}