Exemplo n.º 1
0
        public About()
        {
            InitializeComponent();

            _webNav = KernelService.Kernel.Get <IWebNavigationService>();

            this.DataContext = KernelService.Kernel.Get <AboutViewModel>();
        }