Esempio n. 1
0
 public FirmClientList(Home h)
 {
     InitializeComponent();
     this.home = h;
     this.display();
 }
Esempio n. 2
0
 public PlaceAdd(Home h)
 {
     InitializeComponent();
     this.home    = h;
     AcceptButton = this.addButton;
 }
Esempio n. 3
0
 public IndividualClientList(Home h)
 {
     InitializeComponent();
     this.home = h;
     this.display();
 }
Esempio n. 4
0
 public AddClient(Home h)
 {
     InitializeComponent();
     this.home = h;
 }
Esempio n. 5
0
 public UserList(Home h)
 {
     InitializeComponent();
     this.display();
     this.home = h;
 }
Esempio n. 6
0
 public DeviceRepairCardsList(Home h)
 {
     InitializeComponent();
     this.home = h;
     this.display();
 }