-
Notifications
You must be signed in to change notification settings - Fork 0
Main Application
Thao Tran edited this page Jun 7, 2018
·
4 revisions
The main application is a Windows Presentation Foundation (WPF) application written in C# followed by the Model-View-View Model (MVVM) design pattern. The app also used the ICommand interface to provide a mechanism for the View to invoke operations on the ViewModel. App features:
- Logging on the UI and to a log file using NLog
- User settings using ApplicationSettingsBase standard .Net framework
- Full access to the scanned CPUs related files
- Full control to Arduino The app has