Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created March 30, 2025 01:54
Show Gist options
  • Save hatsunea/1ba44b1aac6f7b8faa44ee4f6d45938f to your computer and use it in GitHub Desktop.
Save hatsunea/1ba44b1aac6f7b8faa44ee4f6d45938f to your computer and use it in GitHub Desktop.
MauiAuthApp.Views.MainPage.xaml.cs
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