Beispiel #1
0
 public UC_UCUI_Master_Merchant_uc_Banners()
 {
     BannerType      = Convert.ToInt32(Constants.BannerLocation.LeftTop);
     this._presenter = new Merchant_BannerListPrensenter(this);
 }
Beispiel #2
0
 public UC_UCUI_Master_Banners_uc_RightSideTop()
 {
     //this.CategoryType = null;
     BannerType      = Convert.ToInt32(Constants.BannerLocation.RightTop);
     this._presenter = new Merchant_BannerListPrensenter(this);
 }
Beispiel #4
0
 public UC_UCUI_Product_uc_CrowselMainWindow()
 {
     this.BannerType = Convert.ToInt32(Constants.BannerLocation.LeftCrowselWindow);
     //this.CategoryType = Convert.ToInt32(Constants.CategoryType.None);
     this._presenter = new Merchant_BannerListPrensenter(this);
 }