public ProductionSegmentsTableView(System.Drawing.RectangleF frame)
     : base(frame, UITableViewStyle.Grouped)
 {
     Source = new MyTableViewSource(new HogType());
     AutoresizingMask = UIViewAutoresizing.FlexibleWidth;
 }
Exemplo n.º 2
0
 public ProductionSegmentsTableView(System.Drawing.RectangleF frame) : base(frame, UITableViewStyle.Grouped)
 {
     Source           = new MyTableViewSource(new HogType());
     AutoresizingMask = UIViewAutoresizing.FlexibleWidth;
 }