摘要:
例如:string c = @"net start ServiceDemo"; Cmd(c);string c = @"c:\windows\microsoft.net\framework\v2.0.50727\InstallUtil.exe " + AppDomain.CurrentDomain.BaseDirectory + "ServiceDemo.exe"; Cmd(c); /// <summary> /// 执行Cmd命令 /// </summary> public void Cmd(string c 阅读全文
摘要:
this.lvwInfoList.EnsureVisible(this.lvwInfoList.Items.Count - 1);//自动滚动到指定行 阅读全文