コード例 #1
0
        public void SwitchAbout()
        {
            var about = _factory.CreateAbout().Value;

            about.ApplicationLicensesCommand.Subscribe(y => OpenLicenses());
            _shellViewModel.ShowOverlay(about);
        }