コード例 #1
0
 /// <summary>
 /// Handles the Click event of the Add control.
 /// </summary>
 void Delete_Click(object sender, EventArgs e)
 {
     DeleteDialog dlg = new DeleteDialog();
     dlg.ShowDialog();
 }
コード例 #2
0
        /// <summary>
        /// Handles the Click event of the Add control.
        /// </summary>
        void Delete_Click(object sender, EventArgs e)
        {
            DeleteDialog dlg = new DeleteDialog();

            dlg.ShowDialog();
        }