private void RenderCharacterExplorer(CharacterExplorerView charExplorerView)
 {
     this.charExplorerPanel.Children.Add(charExplorerView);
 }
Esempio n. 2
0
        public void LoadCharacterExplorer()
        {
            CharacterExplorerView view = this.Container.Resolve <CharacterExplorerView>();

            OnViewLoaded(view, null);
        }