Ejemplo n.º 1
0
 /// <summary>
 /// Shows the argument dialog
 /// </summary>
 public static new void Show()
 {
     using (ArgumentDialog argumentDialog = new ArgumentDialog())
     {
         argumentDialog.ShowDialog();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Shows the argument dialog
 /// </summary>
 public static new void Show()
 {
     ArgumentDialog argumentDialog = new ArgumentDialog();
     argumentDialog.ShowDialog();
 }
Ejemplo n.º 3
0
        /// <summary>
        /// Shows the argument dialog
        /// </summary>
        public static new void Show()
        {
            ArgumentDialog argumentDialog = new ArgumentDialog();

            argumentDialog.ShowDialog();
        }