Exemplo n.º 1
0
 public AdminRegisterInterface()
 {
     adminInterFace = new AdminInterFace();
     ul             = new UserInformation();
     ulc            = new UserContoller();
     helper         = new FormsHelper();
     InitializeComponent();
 }
Exemplo n.º 2
0
        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();
 }
Exemplo n.º 4
0
        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();
        }