Update Readme.md
This commit is contained in:
parent
8f85b06322
commit
bcb1aea11f
18
Readme.md
18
Readme.md
@ -19,20 +19,4 @@
|
|||||||
|
|
||||||
## Projektstruktur
|
## Projektstruktur
|
||||||
|
|
||||||
```plaintext
|
||||example here|||||
|
||||||
FahrzeugManager/
|
|
||||||
│
|
|
||||||
├── Models/
|
|
||||||
│ └── Fahrzeug.cs // Definition der Fahrzeugklasse mit Eigenschaften und Methoden
|
|
||||||
│
|
|
||||||
├── Views/
|
|
||||||
│ └── MainWindow.xaml // Hauptfenster mit Eingabeformular, Suchfunktion, Buttons etc.
|
|
||||||
│
|
|
||||||
├── ViewModels/
|
|
||||||
│ └── MainViewModel.cs // Logik zur Datenbindung und Steuerung der Oberfläche
|
|
||||||
│
|
|
||||||
├── Services/
|
|
||||||
│ ├── DatabaseService.cs // Datenbankoperationen (CRUD)
|
|
||||||
│ └── PdfService.cs // PDF-Erstellung aus Fahrzeugdaten
|
|
||||||
│
|
|
||||||
└── App.xaml + App.xaml.cs // Einstiegspunkt der WPF-Anwendung
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user