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