Example #1
0
        private void GraphView(ExampleInfo exampleInfo)
        {
            var dvc = new GraphViewController(exampleInfo);

            navigation.PushViewController(dvc, true);
        }
Example #2
0
 private void GraphView(ExampleInfo exampleInfo)
 {
     var dvc = new GraphViewController (exampleInfo);
     navigation.PushViewController (dvc, true);
 }