public frmDeleteDrivers() { InitializeComponent(); driver = (DriverBLL)WinClient.ApplicationContext["DriverBLL"]; db = new DispatchDB(); }
public frmDriver() { InitializeComponent(); driver = (DriverBLL)WinClient.ApplicationContext["DriverBLL"]; }