コード例 #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);
        }