Skip to content

Releases: Muhomorik/RestaurantManager

Module 4 Homework.

02 Oct 14:57
Compare
Choose a tag to compare

Style your XAML Elements

Add an application-wide style for TextBlocks.

  • In this style, set the FontSize property to 32.
    Add an application-wide style for Buttons.
  • In this style, set the FontSize property to 32.

Add an Application-Wide Resource for your DataManager class
Add a singleton resource that is available application-wide for the DataManager class.

  • Use the key: DataManager

Data-Bind your XAML Elements

  • On ExpeditePage, bind the GridView's Items to the OrderItems property of the DataManager class instance.
  • On OrderPage, bind the left ListView's Items to the MenuItems property of the DataManager class instance.
  • On OrderPage, bind the right ListView's Items to the CurrentlySelectedMenuItems property of the DataManager class instance.

Module 3 assignment.

30 Sep 20:23
Compare
Choose a tag to compare

Module 3 assignment for Microsoft: DEV206.1x Introduction to XAML and Application Development.

HW assignment 2

28 Sep 21:30
Compare
Choose a tag to compare

Peer Assessment