예제 #1
0
 public UserInterFace()
 {
     helper             = new FormsHelper();
     carImage           = new CarImage();
     carImageController = new CarImageController();
     rentedContoller    = new RentedContoller();
     rentedDetail       = new RentedDetail();
     InitializeComponent();
 }
예제 #2
0
 public Carlisting()
 {
     carImage           = new CarImage();
     carImageController = new CarImageController();
     rentedDetail       = new RentedDetail();
     rentedContoller    = new RentedContoller();
     helper             = new FormsHelper();
     carController      = new CarController();
     car = new CarInformation();
     InitializeComponent();
 }
예제 #3
0
 public CarAdd()
 {
     carImage           = new CarImage();
     carImageController = new CarImageController();
     helper             = new FormsHelper();
     adminInterFace     = new AdminInterFace();
     car                   = new CarInformation();
     carController         = new CarController();
     adminLogInf           = new AdminLogInf();
     adminLogInfController = new AdminLogInfController();
     InitializeComponent();
 }