MonoTouch.Dialog.OnTapAttribute.OnTapAttribute C# (CSharp) 메소드

OnTapAttribute() 공개 메소드

public OnTapAttribute ( string method ) : System
method string
리턴 System
		public OnTapAttribute (string method)
		{
			Method = method;
		}
		public string Method;
OnTapAttribute