示例#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()));
		}