Beispiel #1
0
        public static void myReboot(int index, string dizhi = @"d:\ChangZhi\dnplayer2\")
        {
            MyLdcmd myldcmd = MyLdcmd.GetObject(dizhi);

            myldcmd.SimulatorPath = ld.SimulatorPath;

            myldcmd.reboot(index);
        }