OneComputeWpfClient\Views\MainView.xaml.cs

using OneComputeWpfClient.ViewModels;

namespace OneComputeWpfClient.Views
{
    /// <summary>
    /// The main view for the application.
    /// </summary>
    /// <seealso cref="System.Windows.Window" />
    /// <seealso cref="System.Windows.Markup.IComponentConnector" />
    public partial class MainView
    {
        /// <summary>
        /// Initializes a new instance of the <see cref="MainView"/> class.
        /// </summary>
        public MainView()
        {
            DataContext = new MainViewModel();
        }
    }
}
  • Edit this page
In this article
Back to top Copyright © DNV AS. All rights reserved.