db_AI-4/doku/diagrammes/dashboard.puml

19 lines
712 B
Plaintext

@startuml
class Dashboard {
List<GetLocations> locations = new List<GetLocations>();
List<GetLocations> rentlocation = new List<GetLocations>();
List<GetRents> rentedlocations = new List<GetRents>();
BindingSource locationBinding = new BindingSource();
BindingSource addlocationBinding = new BindingSource();
BindingSource showrentBinding = new BindingSource();
+ Dashboard()
- void UpdateBinding()
- void LocationSearchButton_Click()
- void LocationInsertButton_Click()
- void RentInsertButton_Click()
- void ADDLocationButton_Click()
- void Dashboard_Load()
- void ShowRentButton_Click()
}
@enduml