Ejemplo n.º 1
0
 public VisitCell(RectangleF frame)
     : base(frame)
 {
     EmployeeView = new SmallEmployeeView();
     EmployeeView.AddParallax(-20, 20);
     ContentView.AddSubview(EmployeeView);
 }
Ejemplo n.º 2
0
 public VisitCell(RectangleF frame)
     : base(frame)
 {
     //this.BackgroundColor = UIColor.Red;
     EmployeeView = new SmallEmployeeView();
     EmployeeView.AddParallax(-20, 20);
     ContentView.AddSubview(EmployeeView);
 }
				public VisitCell(RectangleF frame)
					: base(frame)
				{
					//this.BackgroundColor = UIColor.Red;
					EmployeeView = new SmallEmployeeView();
					EmployeeView.AddParallax(-20, 20);
					ContentView.AddSubview(EmployeeView);
				}