コード例 #1
0
ファイル: MyLdcmd.cs プロジェクト: dovanduy/wlxm
        public static void myBackup(int index, string path, string dizhi)
        {
            MyLdcmd myldcmd = MyLdcmd.GetObject(dizhi);

            myldcmd.SimulatorPath = ld.SimulatorPath;
            myldcmd.backUp(index, path);
        }