11 lines
196 B
C#
11 lines
196 B
C#
namespace Inspectron.PrintServer.TemplateEditor
|
|
{
|
|
public partial class MainPage : ContentPage
|
|
{
|
|
public MainPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|