예제 #1
0
 public DisableCapsPlugin(PubComb plug)
 {
     //formthread = new Thread(new ThreadStart(delegate()
     //{
     form = new CapsForm1(this);
     //  Application.Run(form);
     //}));
     //formthread.SetApartmentState(ApartmentState.STA);
     //formthread.Start();
     plugin = plug;
     //   plugin.tabform.addATab(form, "Disable Caps");
     this.frame = plug.frame;
     this.proxy = plug.proxy;
 }
예제 #2
0
파일: DisableCaps.cs 프로젝트: zadark/par
 public DisableCapsPlugin(PubComb plug)
 {
     //formthread = new Thread(new ThreadStart(delegate()
     //{
         form = new CapsForm1(this);
       //  Application.Run(form);
     //}));
     //formthread.SetApartmentState(ApartmentState.STA);
     //formthread.Start();
         plugin = plug;
      //   plugin.tabform.addATab(form, "Disable Caps");
     this.frame = plug.frame;
     this.proxy = plug.proxy;
 }