mocha/dotnet/Webapps/Mocha.Web/ShowRelationships.aspx.cs
2023-10-31 11:47:27 -04:00

18 lines
228 B
C#
Executable File

using System;
using System.Web;
using System.Web.UI;
namespace Mocha.Web
{
public partial class ShowRelationshipsPage : System.Web.UI.Page
{
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
}
}
}