Commit 669c27f
committed
Refactor ReadDiskForm: extract helpers and partials
Refactored ReadDiskForm by moving utility methods to a new ReadDiskHelpers.vb module and splitting form initialization and verification logic into ReadDiskForm.Init.vb and ReadDiskForm.Verify.vb partial classes. Updated the project file and all references accordingly. This improves code organization, separation of concerns, and maintainability.1 parent cfc84f6 commit 669c27f
5 files changed
Lines changed: 895 additions & 872 deletions
File tree
- DiskImageTool
- Flux/Greaseweazle
- Forms
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
201 | 207 | | |
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
| 213 | + | |
207 | 214 | | |
208 | 215 | | |
209 | 216 | | |
| |||
0 commit comments