public static int GetOrderKey()
 {
     OrderKey++;
     Tools.SaveConfigToXml();
     return(OrderKey);
 }
 public static int GetHostingUnitKey()
 {
     HostingUnitKey++;
     Tools.SaveConfigToXml();
     return(HostingUnitKey);
 }
 public static int GetGuestRequestKey()
 {
     GuestRequestKey++;
     Tools.SaveConfigToXml();
     return(GuestRequestKey);
 }
Esempio n. 4
0
 public static int GetHostingUnitKey()
 {
     hostUnitID++;
     Tools.SaveConfigToXml();
     return(hostUnitID);
 }
Esempio n. 5
0
 public static int GetOrderKey()
 {
     orderID++;
     Tools.SaveConfigToXml();
     return(orderID);
 }
Esempio n. 6
0
 public static int GetGuestRequestKey()
 {
     geustReqID++;
     Tools.SaveConfigToXml();
     return(geustReqID);
 }