コード例 #1
0
 public static int GetOrderKey()
 {
     OrderKey++;
     Tools.SaveConfigToXml();
     return(OrderKey);
 }
コード例 #2
0
 public static int GetHostingUnitKey()
 {
     HostingUnitKey++;
     Tools.SaveConfigToXml();
     return(HostingUnitKey);
 }
コード例 #3
0
 public static int GetGuestRequestKey()
 {
     GuestRequestKey++;
     Tools.SaveConfigToXml();
     return(GuestRequestKey);
 }
コード例 #4
0
 public static int GetHostingUnitKey()
 {
     hostUnitID++;
     Tools.SaveConfigToXml();
     return(hostUnitID);
 }
コード例 #5
0
 public static int GetOrderKey()
 {
     orderID++;
     Tools.SaveConfigToXml();
     return(orderID);
 }
コード例 #6
0
 public static int GetGuestRequestKey()
 {
     geustReqID++;
     Tools.SaveConfigToXml();
     return(geustReqID);
 }