Beispiel #1
0
 public Delete()
 {
     _db = new AptekEntities();
     InitializeComponent();
 }
Beispiel #2
0
 public Create(ComboBox cmb)
 {
     _cmb = cmb;
     _db  = new AptekEntities();
     InitializeComponent();
 }
Beispiel #3
0
 public Form1()
 {
     _db = new AptekEntities();
     InitializeComponent();
 }
Beispiel #4
0
 public HomeController()
 {
     db = new AptekEntities();
 }