コード例 #1
0
			public ContainerView (DynamicSplitViewController c)
			{
				this.c = c;
				BackgroundColor = UIColor.Red;
			}
コード例 #2
0
 public ContainerView(DynamicSplitViewController c)
 {
     this.c          = c;
     BackgroundColor = UIColor.Red;
 }