Example #1
0
        public PositionMainControl()
        {
            InitializeComponent();

            this.btnMm.Click   += BtnMm_Click;
            this.btnInch.Click += BtnInch_Click;

            ControlUpatingMgr.Add(this);
        }
Example #2
0
        public PositionVControl()
        {
            InitializeComponent();

            this.lblx.Text = "0";
            this.lbly.Text = "0";
            this.lblz.Text = "0";

            ControlUpatingMgr.Add(this);
            this.ReadLanguageResources();
        }