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