This document provides an agenda and instructions for a builders and developers workshop on using shared parts, navigation, command bars, and app bars in Universal Windows Platform (UWP) applications. It explains how to create shared classes and call functions between pages, add new pages through hyperlinks, and include command bars and app bars through XAML code and C# functions. The document is presented by Moatasim Magdy and includes his contact information.
4. Steps
Right Click on shared part
Add
New Item
Class
Give a name to the class
Start implementing your functions then call it in you windows or
windows phone C# page.
5. Navigation
What if I want to make more than one page in my Application ?
How to do that ?
6. Steps to make a new page:
Right click on your part in code ( Windows or Windows phone ).
Add.
New Item.
Blank Page.
Give name to the page.