/// <summary>Construct Load WebMap sample control</summary> public LoadWebMapMVVM() { InitializeComponent(); DataContext = new LoadWebMapVM(); }