コード例 #1
0
ファイル: Client.xaml.cs プロジェクト: Muny/Azuru-Screen-WPF
 public void Disconnect()
 {
     client.Stop();
     ShowStatus("Disconnected");
 }