Example #1
0
        protected override void OnLoad(EventArgs e)
        {
            label2.Text   = NrItem.ToString();
            textBox1.Text = EnuntItem;

            checkBox1.Text = Var1;
            checkBox2.Text = Var2;
            checkBox3.Text = Var3;
            checkBox4.Text = Var4;
        }
        protected override void OnLoad(EventArgs e)
        {
            label2.Text   = NrItem.ToString();
            textBox1.Text = EnuntItem;

            radioButton1.Text = Var1;
            radioButton2.Text = Var2;
            radioButton3.Text = Var3;
            radioButton4.Text = Var4;
        }
Example #3
0
 protected override void OnLoad(EventArgs e)
 {
     label2.Text   = NrItem.ToString();
     textBox1.Text = EnuntItem;
 }