示例#1
0
 /// <summary>
 /// Prompt user to download the log file
 /// </summary>
 public void DownloadLog()
 {
     if (EmulationWarnings.CheckRequirement(EmulationWarnings.Requirement.VMConnected))
     {
         EmulatorManager.FetchLogFile();
     }
 }