コード例 #1
0
 private void btn_once_Click(object sender, EventArgs e)
 {
     if (_mainForm != null)
     {
         _mainForm.StartOnce();
     }
 }