コード例 #1
0
 public static void Init()
 {
     if (loader == null)
     {
         loader = new DependenciesLoader();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: nbright/TheOpenLauncher
 static Program()
 {
     DependenciesLoader.Init();
 }