-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Harton edited this page Jul 30, 2026
·
1 revision
This Wiki contains comprehensive documentation about the Phone Service System, a Windows Forms application built in C# for managing telecommunication services.
Whether you are a developer looking to understand the architecture or a user wanting to learn how to operate the application, you've come to the right place.
- Database Architecture - Learn about the SQLite database schema, the Repository design pattern, and data access strategies.
-
Code Structure - The project is divided into
FormFolder(UI) andClassFolder(Models and Data Access).
- User Guide - Step-by-step instructions on how to use the application to manage clients, extra options, and subscriptions, as well as how to export data.
If you just want to run the application, head over to the main repository README.md for installation and execution instructions.