コード例 #1
0
ファイル: RegistryHelper.cs プロジェクト: uvbs/Holodeck
 public static RegistryHelper getInstance()
 {
     if (instance == null)
     {
         instance = new RegistryHelper();
     }
     return instance;
 }