예제 #1
0
 public EVContainer()
 {
     InitializeComponent();
     tm.Interval = 500;
     tm.Tick    += new EventHandler(tm_Tick);
     Shared      = this;
 }
예제 #2
0
 public ControlSeparator(EVContainer parent, UserControl uc)
 {
     InitializeComponent();
     ParentFrame       = parent;
     b_omit_checked    = true;
     checkBox1.Checked = true;
     b_omit_checked    = false;
     AssociatedControl = uc;
 }