コード例 #1
0
 public static BusHoaDon GetInstance()
 {
     if (Instance == null)
     {
         Instance = new BusHoaDon();
     }
     return(Instance);
 }
コード例 #2
0
 public static BusHoaDon GetInstance()
 {
     if(Instance == null)
         Instance = new BusHoaDon();
     return Instance;
 }