Esempio n. 1
0
 public void OnApplicationStart()
 {
     try
     {
         HoneySelectPatches.Init();
         StudioNeoPatches.Init();
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex);
     }
 }
 private void Start()
 {
     try
     {
         HoneySelectPatches.Init();
         StudioNeoPatches.Init();
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex);
     }
 }