Esempio n. 1
0
 public Window(Client c)
 {
     this.client = c;
     this.statusBar = new Objects.StatusBar(c);
 }