public MainInterfaceController() { scheduleInterface = new InterfaceForm(this); scheduleInterface.Show(); }
public ContractInterfaceController(InterfaceForm aForm) { retrieveContract = new RetrieveContract(); this.aForm = aForm; }