Exemple #1
0
            public override void SelectionDidChange(NSNotification notification)
            {
                nint row = ob.MainOutlineView.SelectedRow;

                ob.RefreshTableViewBasedOnSelection(row);
            }