Exemplo n.º 1
0
 public frmDeleteDrivers()
 {
     InitializeComponent();
     driver = (DriverBLL)WinClient.ApplicationContext["DriverBLL"];
     db = new DispatchDB();
 }
Exemplo n.º 2
0
 public frmDriver()
 {
     InitializeComponent();
     driver = (DriverBLL)WinClient.ApplicationContext["DriverBLL"];
 }