Inheritance: Control, ISelectable
Esempio n. 1
0
        public virtual void Before()
        {
            controlsApp = Process.Start( @"D:\Work\SiriusDev\Sirius\TestApps\win32\Controls.exe");
            win = new Window();
            mainHwnd = win.Find("", "Common Controls Examples", 0);

            tab = new Tab();
        }
Esempio n. 2
0
 public TabSvc()
 {
     tab = new Tab();
     XmlConfigurator.Configure();
 }