Add project files.
This commit is contained in:
17
MauiApp2/MauiApp2.Web/Services/FormFactor.cs
Normal file
17
MauiApp2/MauiApp2.Web/Services/FormFactor.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using MauiApp2.Shared.Services;
|
||||
|
||||
namespace MauiApp2.Web.Services
|
||||
{
|
||||
public class FormFactor : IFormFactor
|
||||
{
|
||||
public string GetFormFactor()
|
||||
{
|
||||
return "Web";
|
||||
}
|
||||
|
||||
public string GetPlatform()
|
||||
{
|
||||
return Environment.OSVersion.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user