示例#1
0
        public SmobilerFormStoPro ( ) : base ( )
        {
            //This call is required by the SmobilerForm.
            InitializeComponent ( );

            _bll = new CodeSanBll . Bll . StoProBll ( );
        }
示例#2
0
        public SmobilerUserControlSto( ) : base( )
        {
            //This call is required by the SmobilerUserControl.
            InitializeComponent( );

            this.labelTitle.Text = Utils.BaseColumn.storage;

            _bll   = new CodeSanBll.Bll.StoProBll( );
            _model = new CodeSanEntity.ControlStoEntity( );
        }