Example #1
0
 public async Task Load(string rABPath, string rHotfixModuleName)
 {
     if (mApp == null)
     {
         return;
     }
     await mApp.Load(rABPath, rHotfixModuleName);
 }