Esempio n. 1
0
        public static string Show(string text)
        {
            W_ShortNotification shortNotification = new W_ShortNotification(text);

            shortNotification.Show();
            return("1");
        }
Esempio n. 2
0
        public static string ShowDialog(string text)
        {
            ShowBlurEffectAllWindow();
            W_ShortNotification shortNotification = new W_ShortNotification(text);

            shortNotification.ShowDialog();
            StopBlurEffectAllWindow();
            return("1");
        }