示例#1
0
 protected override string GetCommand(Argument argument, LaunchProfile launchProfile)
 {
     return(_commandMap[(T)argument.Parameter]);
 }