예제 #1
0
파일: UCDeviceViewer.cs 프로젝트: wpmyj/c3
        /// <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();
        }
예제 #2
0
 /// <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();
 }