/// <summary>
 ///  Initialize a new instance of the KryptonTaskDialog class.
 /// </summary>
 public KryptonTaskDialog()
 {
     RadioButtons   = new KryptonTaskDialogCommandCollection();
     CommandButtons = new KryptonTaskDialogCommandCollection();
     _commonButtons = TaskDialogButtons.OK;
     _textExtra     = @"Ctrl+C to copy";
 }
Exemple #2
0
 /// <summary>
 ///  Initialize a new instance of the KryptonTaskDialog class.
 /// </summary>
 public KryptonTaskDialog()
 {
     _radioButtons   = new KryptonTaskDialogCommandCollection();
     _commandButtons = new KryptonTaskDialogCommandCollection();
     _commonButtons  = TaskDialogButtons.OK;
 }