OOP: Multi Class Interaction, Part 1 (5/23)

Опубликовано: 10 Октябрь 2024
на канале: rory mulcahey
232
1

In this video we will cover how to create a list of objects, add them to a gridview, and toggle object data from the gridview.

Basic Steps:
Trim down book Class
Add two new classes: LibraryBook and BookManager

C# .NET
Windows Form Application
Visual Studio
Class Methods and Properties
Object Oriented Programming
DataGridView
DataSource
Refresh
DataBoundItem
CurrentRow
Model View Controller