Exemplo n.º 1
0
 public StatusRequestForm()
 {
     m_VehicleStatus = GarageSystem.EnumToString(typeof(Vehicle.VehicleStatus.eVehicleStatus));
     initializeComponent();
 }
Exemplo n.º 2
0
 public GarageSystemConsoleUI() // c'tor
 {
     m_GarageSystem = new GarageSystem();
 }
 public WindowsUIGarageSystem()
 {
     m_GarageSystem = new GarageSystem();
     readFromFile();
 }