/// <summary> /// /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void mnuCustomTask_Click(object sender, EventArgs e) { frmCustomTask f = new frmCustomTask(); f.Device = this.Device; f.ShowDialog(); }