diff --git a/.vs/Ohara/v17/.wsuo b/.vs/Ohara/v17/.wsuo
new file mode 100644
index 0000000..c69aebd
Binary files /dev/null and b/.vs/Ohara/v17/.wsuo differ
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
new file mode 100644
index 0000000..9568b22
--- /dev/null
+++ b/.vs/VSWorkspaceState.json
@@ -0,0 +1,6 @@
+{
+ "ExpandedNodes": [
+ ""
+ ],
+ "PreviewInSolutionExplorer": false
+}
\ No newline at end of file
diff --git a/Sources/Ohara/MainPage.xaml b/Sources/Ohara/MainPage.xaml
index 962d0c2..4dbbc74 100644
--- a/Sources/Ohara/MainPage.xaml
+++ b/Sources/Ohara/MainPage.xaml
@@ -3,46 +3,64 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Ohara.MainPage"
BackgroundColor="#e2edf1">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/MainPage.xaml.cs b/Sources/Ohara/MainPage.xaml.cs
index efeefa4..c4e9194 100644
--- a/Sources/Ohara/MainPage.xaml.cs
+++ b/Sources/Ohara/MainPage.xaml.cs
@@ -1,4 +1,6 @@
-namespace Ohara;
+using Microsoft.Maui.Platform;
+
+namespace Ohara;
public partial class MainPage : ContentPage
{
@@ -8,17 +10,5 @@ public partial class MainPage : ContentPage
{
InitializeComponent();
}
-
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
-
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- CounterBtn.Text = $"Clicked {count} times";
-
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
}
diff --git a/Sources/Ohara/NewPage1.xaml b/Sources/Ohara/NewPage1.xaml
new file mode 100644
index 0000000..33b9949
--- /dev/null
+++ b/Sources/Ohara/NewPage1.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/NewPage1.xaml.cs b/Sources/Ohara/NewPage1.xaml.cs
new file mode 100644
index 0000000..6ca7ae3
--- /dev/null
+++ b/Sources/Ohara/NewPage1.xaml.cs
@@ -0,0 +1,9 @@
+namespace Ohara;
+
+public partial class NewPage1 : ContentPage
+{
+ public NewPage1()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index eeb853a..d6e4fbd 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -52,4 +52,10 @@
+
+
+ MSBuild:Compile
+
+
+
diff --git a/Sources/Ohara/Resources/Styles/Styles.xaml b/Sources/Ohara/Resources/Styles/Styles.xaml
index 050b36c..d5cf4cb 100644
--- a/Sources/Ohara/Resources/Styles/Styles.xaml
+++ b/Sources/Ohara/Resources/Styles/Styles.xaml
@@ -25,7 +25,7 @@
+