Beispiel #1
0
 /// <summary>
 /// The btn about click.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="e">
 /// The e.
 /// </param>
 private void BtnAboutClick(object sender, EventArgs e)
 {
     var aboutBox = new AboutBox();
     aboutBox.ShowDialog();
 }
Beispiel #2
0
        /// <summary>
        /// The btn about click.
        /// </summary>
        /// <param name="sender">
        /// The sender.
        /// </param>
        /// <param name="e">
        /// The e.
        /// </param>
        private void BtnAboutClick(object sender, EventArgs e)
        {
            var aboutBox = new AboutBox();

            aboutBox.ShowDialog();
        }