示例#1
0
 public TravelingMerchantScreen()
 {
     InitializeComponent();
     imgBackground.Source = ImageUtil.BitmapToImageSource(Resoures.buying);
 }
 public PotionBox()
 {
     InitializeComponent();
     imgPotionBackground.Source = ImageUtil.BitmapToImageSource(Resoures.emptyBoxFiller);
 }
 private void LoadPotionImage()
 {
     imgPotion.Source = ImageUtil.BitmapToImageSource(Resoures.potion);
 }
 public AlchymyShoppeScreen()
 {
     InitializeComponent();
     imgBackground.Source = ImageUtil.BitmapToImageSource(Resoures.alchymyTableScreenBackground);
 }
示例#5
0
 public PotionIngredientBox()
 {
     InitializeComponent();
     imgIngredientBackground.Source = ImageUtil.BitmapToImageSource(Resoures.emptyBoxFiller_800x800);
 }
示例#6
0
 public StartScreen()
 {
     InitializeComponent();
     imgBackground.Source = ImageUtil.BitmapToImageSource(Resoures.startScreenBackground);
 }