You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 00e4582c08 Plugins system 3 years ago
..
Adapters Plugins system 3 years ago
Adapters.meta Plugins system 3 years ago
ChangesTabPageView.cs Plugins system 3 years ago
ChangesTabPageView.cs.meta Plugins system 3 years ago
HistoryTabPageView.cs Plugins system 3 years ago
HistoryTabPageView.cs.meta Plugins system 3 years ago
IChangesView.cs Plugins system 3 years ago
IChangesView.cs.meta Plugins system 3 years ago
IHistoryView.cs Plugins system 3 years ago
IHistoryView.cs.meta Plugins system 3 years ago
IMainView.cs Plugins system 3 years ago
IMainView.cs.meta Plugins system 3 years ago
IStartView.cs Plugins system 3 years ago
IStartView.cs.meta Plugins system 3 years ago
IView.cs Plugins system 3 years ago
IView.cs.meta Plugins system 3 years ago
MainPageView.cs Plugins system 3 years ago
MainPageView.cs.meta Plugins system 3 years ago
README.md Plugins system 3 years ago
README.md.meta Plugins system 3 years ago
StartPageView.cs Plugins system 3 years ago
StartPageView.cs.meta Plugins system 3 years ago

README.md

Views

In this directory, we have all of the interfaces and implementations of the Views in the package's MVP architecture.

ListAdapters are also stored under Adapters/ as they are considered a sub-View.