Пример #1
0
        public SmobilerFormCode( ) : base( )
        {
            //This call is required by the SmobilerForm.
            InitializeComponent( );

            _bll = new CodeSanBll.Bll.ScanBll( );
        }
Пример #2
0
        public SmobilerFormSto( ) : base( )
        {
            //This call is required by the SmobilerForm.
            InitializeComponent( );

            this.labelTitle.Text = Utils.BaseColumn.storage;
            model = new CodeSanEntity.StoEntity( );
            _bll  = new CodeSanBll.Bll.ScanBll( );
        }