/// <summary>
 /// Initializes a new instance of the <see cref="FrontDeskDashboardView"/> class.
 /// </summary>
 public FrontDeskDashboardView()
 {
     InitializeComponent ();
     _slider = Resources["Slider"] as SlideAndZoomTransition;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BillingAdministrationDashboardView"/> class.
 /// </summary>
 public BillingAdministrationDashboardView()
 {
     InitializeComponent ();
     _slider = Resources["Slider"] as SlideAndZoomTransition;
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BillingAdministrationDashboardView"/> class.
 /// </summary>
 public BillingAdministrationDashboardView()
 {
     InitializeComponent();
     _slider = Resources["Slider"] as SlideAndZoomTransition;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FrontDeskDashboardView"/> class.
 /// </summary>
 public FrontDeskDashboardView()
 {
     InitializeComponent();
     _slider = Resources["Slider"] as SlideAndZoomTransition;
 }