9 lines
153 B
C#
9 lines
153 B
C#
|
|
namespace Payesh.Maui.Views.Pages;
|
||
|
|
|
||
|
|
public partial class FactoryMonitorPage : ContentPage
|
||
|
|
{
|
||
|
|
public FactoryMonitorPage()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|