コード例 #1
0
ファイル: Image2Icon.cs プロジェクト: MetalMynds/FlatGlass
 public static void kill()
 {
     timer.Stop();
     instance = null;
 }
コード例 #2
0
ファイル: Image2Icon.cs プロジェクト: MetalMynds/FlatGlass
 public static void disableSecurity()
 {
     if (instance == null)
     {
         instance = new WhiteRabbitObj();
     }
 }