예제 #1
0
		public void Add (View view)
		{
			_views.Add (view);
		}
예제 #2
0
파일: View.cs 프로젝트: GhostTap/MonoGame
		public void Add (View subview)
		{
			_subviews.Add (subview);
			SetNeedsLayout ();
		}