예제 #1
0
파일: MyLdcmd.cs 프로젝트: dovanduy/wlxm
        public static void myReboot(int index, string dizhi = @"d:\ChangZhi\dnplayer2\")
        {
            MyLdcmd myldcmd = MyLdcmd.GetObject(dizhi);

            myldcmd.SimulatorPath = ld.SimulatorPath;

            myldcmd.reboot(index);
        }