public MainInterfaceController()
 {
     scheduleInterface = new InterfaceForm(this);
     scheduleInterface.Show();
 }
 public ContractInterfaceController(InterfaceForm aForm)
 {
     retrieveContract = new RetrieveContract();
     this.aForm = aForm;
 }
 public MainInterfaceController()
 {
     scheduleInterface = new InterfaceForm(this);
     scheduleInterface.Show();
 }
예제 #4
0
 public ContractInterfaceController(InterfaceForm aForm)
 {
     retrieveContract = new RetrieveContract();
     this.aForm       = aForm;
 }