Example #1
0
 private void btn_clear_Click(object sender, EventArgs e)
 {
     if (_mainForm != null)
     {
         _mainForm.Clear();
     }
 }