Пример #1
0
 public PassSystem()
 {
     InitializeComponent();
     conThread = new ConnectionThread();
     conThread.Run();
 }