예제 #1
0
 /// <summary>
 /// Convert the Adb Command to the string value
 /// </summary>
 /// <param name="command">The command.</param>
 /// <returns></returns>
 private string AdbCommandToString( AdbCommand command )
 {
     return command.ToString ( ).Replace ( "_", "-" ).ToLower ( );
 }