Ejemplo n.º 1
0
        private static async Task ReleaseSystems()
        {
            await Systems.ReleaseAsync();

            Systems = null;
        }
Ejemplo n.º 2
0
 private static async Task InitSystems()
 {
     Systems = new GFSystemManager();
     await Systems.InitAsync();
 }