public FirmClientList(Home h) { InitializeComponent(); this.home = h; this.display(); }
public PlaceAdd(Home h) { InitializeComponent(); this.home = h; AcceptButton = this.addButton; }
public IndividualClientList(Home h) { InitializeComponent(); this.home = h; this.display(); }
public AddClient(Home h) { InitializeComponent(); this.home = h; }
public UserList(Home h) { InitializeComponent(); this.display(); this.home = h; }
public DeviceRepairCardsList(Home h) { InitializeComponent(); this.home = h; this.display(); }