예제 #1
0
파일: MyLdcmd.cs 프로젝트: dovanduy/wlxm
        public static void myRestore(int index, string seed, string dizhi)
        {
            MyLdcmd myldcmd = MyLdcmd.GetObject(dizhi);

            myldcmd.SimulatorPath = ld.SimulatorPath;
            lock (obj){
                myldcmd.restore(index, seed);
                Thread.Sleep(1000 * 20);
            }
        }