11 lines
177 B
C#
11 lines
177 B
C#
|
using Microsoft.Maui.Controls;
|
|||
|
|
|||
|
namespace DeviceApplication;
|
|||
|
|
|||
|
public partial class MainPage : ContentPage
|
|||
|
{
|
|||
|
public MainPage()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|