示例#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();
 }