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