public AgencyDashboardView( AgencyDashboardViewModel agencyDashboardViewModel )
     : this()
 {
     DataContext = agencyDashboardViewModel;
 }
Beispiel #2
0
 public AgencyDashboardView(AgencyDashboardViewModel agencyDashboardViewModel)
     : this()
 {
     DataContext = agencyDashboardViewModel;
 }