BernieApp.UWP.View.Shell.Shell C# (CSharp) Method

Shell() public method

public Shell ( ) : BernieApp.UWP.Messages
return BernieApp.UWP.Messages
        public Shell()
        {
            Instance = this;
            InitializeComponent();
        }

Same methods

Shell::Shell ( INavigationService navigationService ) : BernieApp.UWP.Messages