BaconographyWP8.Common.RedditViewPivotControl.MapViewModel C# (CSharp) Method

MapViewModel() private method

private MapViewModel ( ViewModelBase viewModel ) : RedditView
viewModel ViewModelBase
return BaconographyWP8.View.RedditView
        RedditView MapViewModel(ViewModelBase viewModel)
        {
            return new RedditView() { Margin = new Thickness(0,0,0,0), Padding = new Thickness(0,0,0,0) };
        }