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