Esempio n. 1
0
 /**
  * Constructs the Form and Initialises data
  */
 public Form1(SimpleClient sClient)
 {
     InitializeComponent();
     _client = sClient;
     _client.SetForm(this);
 }