Exemplo n.º 1
0
 private void tb_RB_ch_TextChanged(object sender, EventArgs e)
 {
     buf = (NoteWork)this.Owner;
     buf.LabelRB.Text = tb_RB_ch.Text;
 }
Exemplo n.º 2
0
 public FormChange(NoteWork f)
 {
     InitializeComponent();
 }