diff options
Diffstat (limited to 'ApartmentManager/ApartmentManager/View/BmUsersPage.xaml.cs')
-rw-r--r-- | ApartmentManager/ApartmentManager/View/BmUsersPage.xaml.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ApartmentManager/ApartmentManager/View/BmUsersPage.xaml.cs b/ApartmentManager/ApartmentManager/View/BmUsersPage.xaml.cs new file mode 100644 index 0000000..de51f22 --- /dev/null +++ b/ApartmentManager/ApartmentManager/View/BmUsersPage.xaml.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 + +namespace ApartmentManager.View +{ + /// <summary> + /// An empty page that can be used on its own or navigated to within a Frame. + /// </summary> + public sealed partial class BmUsersPage : Page + { + public BmUsersPage() + { + this.InitializeComponent(); + } + } +} |