public AdminRegisterInterface() { adminInterFace = new AdminInterFace(); ul = new UserInformation(); ulc = new UserContoller(); helper = new FormsHelper(); InitializeComponent(); }
private void btnGoBack_Click(object sender, EventArgs e) { AdminInterFace adminInterFace = new AdminInterFace(); adminInterFace.AdminId = AdminId; adminInterFace.Show(); this.Hide(); }
public CarDeleting() { adminInterFace = new AdminInterFace(); adminLogInf = new AdminLogInf(); adminLogInfController = new AdminLogInfController(); helper = new FormsHelper(); car = new CarInformation(); carController = new CarController(); InitializeComponent(); }
public LoginPage() { helper = new FormsHelper(); ulc = new UserContoller(); ul = new UserInformation(); userInterface = new UserInterFace(); adminInterFace = new AdminInterFace(); car = new CarInformation(); carController = new CarController(); rentedContoller = new RentedContoller(); //txtMailAdress.Text = "*****@*****.**"; //txtPassword.Text = "12345678"; InitializeComponent(); }