コード例 #1
0
 public MainWindowController()
 {
     context       = new SentinelDBEntities();
     tComanda      = new TComanda(context);
     tLiniaComanda = new TLiniaComanda(context);
 }
コード例 #2
0
 public ComandesWindowController(SentinelDBEntities context)
 {
     this.context = context;
     tComanda     = new TComanda(context);
 }