13 lines
223 B
C#
13 lines
223 B
C#
|
|
using Xamarin.Forms;
|
|||
|
|
|
|||
|
|
namespace Payesh.App.Views.Pages
|
|||
|
|
{
|
|||
|
|
public partial class FactoryMonitorPage : ContentPage
|
|||
|
|
{
|
|||
|
|
public FactoryMonitorPage()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|