Remotely/Remotely_Server/Pages/RemoteControl.cshtml.cs
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

17 lines
320 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Remotely_Server.Pages
{
public class RemoteControlModel : PageModel
{
public void OnGet()
{
}
}
}