示例#1
0
文件: ListCmd.cs 项目: jmcd/WeeBas
 public void ExecuteIn(Vm vm)
 {
     vm.List();
 }