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