mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-21 12:04:22 +00:00
10 lines
122 B
C#
10 lines
122 B
C#
namespace Oqtane.Maui;
|
|
|
|
public partial class MainPage : ContentPage
|
|
{
|
|
public MainPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|