Exemplo n.º 1
0
        /// <summary>
        ///     Handles the Click event of the mnuSettings control.
        /// </summary>
        public void mnuSettings_Click(object sender, EventArgs e)
        {
            var settings = new FrmSettings();

            settings.ShowDialog();
        }
Exemplo n.º 2
0
 /// <summary>
 ///     Handles the Click event of the mnuSettings control.
 /// </summary>
 public void mnuSettings_Click(object sender, EventArgs e)
 {
     var settings = new FrmSettings();
     settings.ShowDialog();
 }