Example #1
0
        public UpdateImportDetailltem(ImportItemGridViewDataSource argument, int indexOfRow)
        {
            this.InitializeComponent();
            this.Stt = indexOfRow;

            /**
             * start to load list product types and coresponding prodcuts from database into view component(ComboBox Edit)
             *
             */
            // load product types from database
        }
 private void updateItemFromDelegate(ImportItemGridViewDataSource item)
 {
 }