This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Licence: MIT X11 | |
| // Note: This is an Objective-C to C# translation by using code from: http://code.google.com/p/toast-notifications-ios/ | |
| using MonoTouch.Foundation; | |
| using MonoTouch.UIKit; | |
| using System; | |
| using System.Drawing; | |
| namespace Tabasco.iOS.Dialog | |
| { | |
| /// <summary> |