示例#1
0
		public void finishSendEmailProfileRequest (TCEmailProfileComponent sender)
		{
			if (this.Delegate != null)
				this.Delegate.finishActionRequest (this, ACTION_INDEX.EMAIL);
		}
示例#2
0
		partial void sendEmailClicked (NSObject sender)
		{
			TCEmailProfileComponent emailProfileComp = new TCEmailProfileComponent (this.parentController);
			emailProfileComp.Delegate = this;
			emailProfileComp.build (specialistInfo.Account.Id);
		}
示例#3
0
		public void emailProfileComponentFailure (TCEmailProfileComponent sender, string title, string message)
		{
			MUtils.showAlert (this.parentController, title, message);
		}