diff --git a/src/WorkFlowCheck.MAUI/MauiProgram.cs b/src/WorkFlowCheck.MAUI/MauiProgram.cs index 20e9327..263d78c 100644 --- a/src/WorkFlowCheck.MAUI/MauiProgram.cs +++ b/src/WorkFlowCheck.MAUI/MauiProgram.cs @@ -10,6 +10,7 @@ using WorkFlowCheck.MAUI.Services.Interfaces; using DevExpress.Maui; using Microsoft.Maui.Controls.Hosting; using Microsoft.Maui.Hosting; +using CommunityToolkit.Maui.Core; namespace WorkFlowCheck.MAUI { @@ -55,7 +56,9 @@ namespace WorkFlowCheck.MAUI { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - }).UseMauiCommunityToolkit(); + }) + .UseMauiCommunityToolkitCore() + .UseMauiCommunityToolkit(); #if DEBUG builder.Logging.AddDebug(); #endif diff --git a/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml b/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml new file mode 100644 index 0000000..da32680 --- /dev/null +++ b/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml.cs b/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml.cs new file mode 100644 index 0000000..bd3271f --- /dev/null +++ b/src/WorkFlowCheck.MAUI/Pages/CheckList/CheckListPage.xaml.cs @@ -0,0 +1,9 @@ +namespace WorkFlowCheck.MAUI.Pages.CheckList; + +public partial class CheckListPage : ContentPage +{ + public CheckListPage() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/src/WorkFlowCheck.MAUI/Pages/Media/CaptureImagePage.xaml b/src/WorkFlowCheck.MAUI/Pages/Media/CaptureImagePage.xaml new file mode 100644 index 0000000..a62117d --- /dev/null +++ b/src/WorkFlowCheck.MAUI/Pages/Media/CaptureImagePage.xaml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +