public MainForm() { InitializeComponent(); OrgServise = new OrganizationService(); DiaAllService = new DiagnosisAllService(); traService = new TransactionService(); }
public MainForm(CreateForm f) { InitializeComponent(); OrgServise = new OrganizationService(); DiaAllService = new DiagnosisAllService(); traService = new TransactionService(); //f.BackColor = Color.Green; }
public CreateForm(MainForm f) { InitializeComponent(); orgService = new OrganizationService(); catService = new CategoryService(); diaService = new DiagnosisAllService(); diagnosisDelete = new SortedSet <string>(); //f.BackColor = Color.Yellow; }