Exemplo n.º 1
0
 public static Core getInstance(ExpandableForm form, TabControl tabControl)
 {
     if (_Core != null)
     {
         return(_Core);
     }
     return(_Core = new Core(form, tabControl));
 }
Exemplo n.º 2
0
 public ewpTestPlugin(ExpandableForm form) : base(form)
 {
 }
Exemplo n.º 3
0
 public Core(ExpandableForm form, TabControl _tabControl) : base(form)
 {
     this.dllFileName = CORE_ID;
     tabControl       = _tabControl;
     //AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;
 }
Exemplo n.º 4
0
 public ewpYoutubeHotkey(ExpandableForm form) : base(form)
 {
 }