Пример #1
0
        static void notification_notificationevent(object sender, EventArgs e)
        {
            Notification n = (Notification)sender;

            Console.WriteLine(n.ToString());
        }