Show an android style toast notification in Windows Form.
Dependencies : Framework 4.5
Sample :
ToastNotification.NotificationManager.Show(this, "Lorem ipsum dolor sit amet.", System.Drawing.Color.Green, 3000, new System.Drawing.Font(this.Font.Name, 10));Original code from
https://www.codeproject.com/Articles/442983/Android-Style-Toast-Notification-for-NET
