diff --git a/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/Library.cs b/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/Library.cs deleted file mode 100644 index 172f11d..0000000 --- a/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/Library.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace LibraryAppInteractive; - -/// -/// Defines the Library class used to manage the library books and assets. -/// -/// NOTE: A single object/instance of this class (called a "singleton") is created and shared automatically -/// with the two pages in the application through the process of Dependency Injection handled and configured -/// in MauiProgram class. -/// -public class Library -{ -} \ No newline at end of file diff --git a/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/LibraryAdminPage.xaml b/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/LibraryAdminPage.xaml index 416d3ce..e03c186 100644 --- a/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/LibraryAdminPage.xaml +++ b/LibraryApp_Interactive/LibraryAppInteractive/LibraryApp/LibraryAdminPage.xaml @@ -5,8 +5,13 @@ x:Class="LibraryAppInteractive.LibraryAdminPage" Title="Manage Book Assets"> -