Scheduler for WPF Tutorials > Creating a Multi-User Schedule > Step 4 of 4: Running the Application |
In this step you will run the application.
Press F5 to run your application. The application should appear similar to the following image:
Note that you can control the users displayed in the listbox at the left. You can also add an appointment to any user's schedule by double-clicking on the day. You can also control the view with the buttons at the top of the application.
What You've Accomplished
You created a new Silverlight application and added code files and a Data Service. You also added an Access database as a resource for your application. You used code and XAML markup to create and control the design and function of your application.