예제 #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);
        }