示例#1
0
 public static void DestroyInstance()
 {
     if (WirelessPowerGrid.Instance != null)
     {
         WirelessPowerGrid.Instance.Dispose();
     }
     WirelessPowerGrid.Instance = (WirelessPowerGrid)null;
 }
示例#2
0
 public static void CreateInstance()
 {
     WirelessPowerGrid.DestroyInstance();
     WirelessPowerGrid.Instance = new WirelessPowerGrid();
 }