Пример #1
0
 public void TestLaunch(bool bShow)
 {
     AgentDll.launchEx(bShow);
     Thread.Sleep(StartUp * 1000);
 }
Пример #2
0
 private void barSubItem4_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     AgentDll.launchEx(true);
 }