Example #1
0
 public CreateNewCharacter()
 {
     InitializeComponent();
     ClassImage.Source = new BitmapImage(new Uri("/RPG;component/Sprites/Warrior.png", UriKind.Relative));
     showClassImage    = true;
     WindowPositioner.CenterWindowOnScreen(this);
 }
Example #2
0
 public MainWindow()
 {
     InitializeComponent();
     WindowPositioner.CenterWindowOnScreen(this);
 }