Created
March 30, 2025 01:54
-
-
Save hatsunea/1ba44b1aac6f7b8faa44ee4f6d45938f to your computer and use it in GitHub Desktop.
MauiAuthApp.Views.MainPage.xaml.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace MauiAuthApp.Views | |
{ | |
public partial class MainPage : ContentPage | |
{ | |
public ViewModels.MainViewModel ViewModel { get; } = App.MainVM; | |
public MainPage() | |
{ | |
InitializeComponent(); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment