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