public ContainerView (DynamicSplitViewController c)
			{
				this.c = c;
				BackgroundColor = UIColor.Red;
			}
Пример #2
0
 public ContainerView(DynamicSplitViewController c)
 {
     this.c          = c;
     BackgroundColor = UIColor.Red;
 }