AcManager.Pages.Drive.QuickDriveModeViewModel.StartAsync C# (CSharp) 메소드

StartAsync() 보호된 메소드

protected StartAsync ( Game properties ) : System.Threading.Tasks.Task
properties AcTools.Processes.Game
리턴 System.Threading.Tasks.Task
        protected Task StartAsync(Game.StartProperties properties) {
            return GameWrapper.StartAsync(properties);
        }