18 lines
248 B
C#
18 lines
248 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace umbraco.BasePages
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Summary description for DialogPage.
|
||
|
|
/// </summary>
|
||
|
|
public class DialogPage
|
||
|
|
{
|
||
|
|
public DialogPage()
|
||
|
|
{
|
||
|
|
//
|
||
|
|
// TODO: Add constructor logic here
|
||
|
|
//
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|