|
@@ -56,8 +56,11 @@ namespace PDF_Master.Views.HomePanel
|
|
|
InitPromotionBanner();
|
|
|
//LoadPromotionContents();
|
|
|
ADDispaly();
|
|
|
+ string path = App.CachePath.ADFilePath;
|
|
|
+ string FileName = path + "\\" + 1 + ".png";
|
|
|
+ ImgeActivity.Source =new BitmapImage(new Uri( path + "\\" + 1 + ".png"));
|
|
|
+
|
|
|
|
|
|
-
|
|
|
}
|
|
|
|
|
|
private void InitPromotionBanner()
|