partial void viewSourceCodeClick(NSObject sender)
        {
            var scvc = new SourceCodeViewController();

            this.NavigationController.PushViewController(scvc, true);
            scvc.SetSample(currentSample);
        }
partial         void viewSourceCodeClick(NSObject sender)
        {
            var scvc = new SourceCodeViewController ();
            this.NavigationController.PushViewController (scvc, true);
            scvc.SetSample(currentSample);
        }