public PositionMainControl() { InitializeComponent(); this.btnMm.Click += BtnMm_Click; this.btnInch.Click += BtnInch_Click; ControlUpatingMgr.Add(this); }
public PositionVControl() { InitializeComponent(); this.lblx.Text = "0"; this.lbly.Text = "0"; this.lblz.Text = "0"; ControlUpatingMgr.Add(this); this.ReadLanguageResources(); }