示例#1
0
 public ClientForm()
 {
     InitializeComponent();
     CheckForIllegalCrossThreadCalls = false;
     RSA_Crypto     = new RSA_Crypto();
     listClient     = new List <Client>();
     SelectedClient = null;
     Connect();
 }
示例#2
0
 public ClientForm()
 {
     InitializeComponent();
     CheckForIllegalCrossThreadCalls = false;
     RSA_Crypto = new RSA_Crypto();
     address    = new List <string>();
     IPaPK      = new string[10, 2];
     index      = 0;
     Connect();
 }