예제 #1
0
		public void pop (TCAlertViewController alert) 
		{
			this.alerts.Remove (new NSString (alert.ToString()));
		}
예제 #2
0
		public void push (TCAlertViewController alert)
		{
			this.alerts.SetValueForKey (alert, new NSString (alert.ToString()));
		}