Example #1
0
        public Control loaderView()
        {
            Excel_couponScheduleLoaderView couponScheduleLoaderView = new Excel_couponScheduleLoaderView();

            couponScheduleLoaderView.initialize(this);

            couponScheduleLoaderView.Excel_underlyingCalcInfoViewModel_ = this.Excel_underlyingCalcInfoViewModel_;

            couponScheduleLoaderView.selectedCouponScheduleGrid_.Children.Add(this.view());

            return(couponScheduleLoaderView);
        }
        public Control loaderView()
        {
            Excel_couponScheduleLoaderView couponScheduleLoaderView = new Excel_couponScheduleLoaderView();

            couponScheduleLoaderView.initialize(this);

            couponScheduleLoaderView.Excel_underlyingCalcInfoViewModel_ = this.Excel_underlyingCalcInfoViewModel_;

            couponScheduleLoaderView.selectedCouponScheduleGrid_.Children.Add(this.view());

            return couponScheduleLoaderView;
        }