18 lines
228 B
C#
Executable File
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);
|
|
|
|
|
|
}
|
|
}
|
|
}
|