/// <summary>
        /// Displays the tip of the day dialog
        /// </summary>
        public static void Open()
        {
            var diag = new TipOfTheDayDialog();

            diag.Show(Workbench.Instance);
        }
Exemple #2
0
 /// <summary>
 /// Displays the tip of the day dialog
 /// </summary>
 public static void Open()
 {
     var diag = new TipOfTheDayDialog();
     diag.Show(Workbench.Instance);
 }