예제 #1
0
 public static void Dispose()
 {
     if (_initialized && _mode == Mode.Client)
     {
         _client.Kill();
     }
 }