Linking all views.

This commit is contained in:
Burak Kaan Köse
2024-07-12 21:45:42 +02:00
parent 1ff82e62ff
commit ef151aa7a6
96 changed files with 930 additions and 295 deletions

View File

@@ -1,5 +1,5 @@
using Microsoft.UI.Xaml;
using Wino.Views;
namespace Wino
{
@@ -10,9 +10,9 @@ namespace Wino
InitializeComponent();
}
private void myButton_Click(object sender, RoutedEventArgs e)
public void StartWino()
{
myButton.Content = "Clicked";
WindowFrame.Navigate(typeof(AppShell));
}
}
}