コード例 #1
0
ファイル: FirmClientList.cs プロジェクト: sdarmofal/Serwis
 public FirmClientList(Home h)
 {
     InitializeComponent();
     this.home = h;
     this.display();
 }
コード例 #2
0
ファイル: PlaceAdd.cs プロジェクト: sdarmofal/Serwis
 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
ファイル: AddClient.cs プロジェクト: sdarmofal/Serwis
 public AddClient(Home h)
 {
     InitializeComponent();
     this.home = h;
 }
コード例 #5
0
ファイル: UserList.cs プロジェクト: sdarmofal/Serwis
 public UserList(Home h)
 {
     InitializeComponent();
     this.display();
     this.home = h;
 }
コード例 #6
0
 public DeviceRepairCardsList(Home h)
 {
     InitializeComponent();
     this.home = h;
     this.display();
 }