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);
 }
Exemplo n.º 4
0
 public static int GetHostingUnitKey()
 {
     hostUnitID++;
     Tools.SaveConfigToXml();
     return(hostUnitID);
 }
Exemplo n.º 5
0
 public static int GetOrderKey()
 {
     orderID++;
     Tools.SaveConfigToXml();
     return(orderID);
 }
Exemplo n.º 6
0
 public static int GetGuestRequestKey()
 {
     geustReqID++;
     Tools.SaveConfigToXml();
     return(geustReqID);
 }