Catrobat.IDE.WindowsPhone.Controls.ListPickerControl.ListPickerDummyViewModel.ShowViewModel C# (CSharp) Method

ShowViewModel() private static method

private static ShowViewModel ( Type type ) : void
type System.Type
return void
        private static void ShowViewModel(Type type)
        {
            ServiceLocator.NavigationService.NavigateTo(ListPickerPage.AddViewType);
        }
    }
ListPickerDummyViewModel