Example #1
0
 private void PageSec_Load(object sender, EventArgs e)
 {
     this.Location = new System.Drawing.Point(p.FindForm().Location.X + p.panelLeft.Width + p.button4.Location.X, p.FindForm().Location.Y + 100 + p.button4.Location.Y);
     textBox1.Text = p.stalimt.ToString();
     textBox2.Text = p.endlimt.ToString();
 }