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