示例#1
0
文件: MyLdcmd.cs 项目: dovanduy/wlxm
        public static void myRename(int index, string name, string dizhi)
        {
            MyLdcmd myldcmd = MyLdcmd.GetObject(dizhi);

            myldcmd.SimulatorPath = ld.SimulatorPath;
            myldcmd.rename(index, name);
        }