public TableViewDelegate(SeriesStylesController controller)
 {
     _previousRow = NSIndexPath.FromRowSection(Settings.SelectedIndex,0);
 }
示例#2
0
 public TableViewDelegate(SeriesStylesController controller)
 {
     _previousRow = NSIndexPath.FromRowSection(Settings.SelectedIndex, 0);
 }