Simple Screen Explained
In this article we'll review the code that was created when we added the ShowOrders UIController
- Controller the ShowOrders class
- using statements
- namespace (including View)
- Class - inherits from
UIControllerBase
class (just like Dog, from Animal) - Constructor
- Run - calls
Execute
- OnLoad Method (override)
- View the ShowOrdersView
- using
- namespace
- Class - inherits from
Form
- Constructor
- Receives the Controller as a parameter to the constructor
- InitializeComponent Method
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com