AcManager.Controls.Helpers.ToastWin8Helper.ToastWin8Helper C# (CSharp) Метод

ToastWin8Helper() статический приватный Метод

static private ToastWin8Helper ( ) : System
Результат System
        static ToastWin8Helper() {
            ToastNotifier = File.Exists(AppShortcut.ShortcutLocation) ? ToastNotificationManager.CreateToastNotifier(AppShortcut.AppUserModelId)
                    : ToastNotificationManager.CreateToastNotifier();
        }