Esempio n. 1
0
 public static void Show(this FrameworkElement element, string msg, ShowEnum showEnum = ShowEnum.ShowText, uint outTime = 3000)
 {
     if (showEnum == ShowEnum.ShowText)
     {
         MessageAttached.Show(element, msg, outTime);
     }
 }
Esempio n. 2
0
 public static extern bool ShowWindowAsync(IntPtr hWnd, ShowEnum cmdShow);