我正在从Table View导航到View Controller,当我点击行时我得到异常,因为System.NullReferenceException已被抛出对象引用未设置为xamarin.ios中对象的实例
public override void Row Selected (UITableView tableView, NSIndexPath indexPath)
{
// Error System.NullReferenceException
_contact.NavigationController.PushViewController(new incomingscreen(),true);
}