BackTerminal.frmBookStatus.RefreshDGV C# (CSharp) Method

RefreshDGV() private method

private RefreshDGV ( ) : void
return void
        private void RefreshDGV()
        {
            this.bookLibraryDamagedTableAdapter.Fill(this.dataSet.book_library_damaged);
        }