11 lines
247 B
C#
11 lines
247 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace Umbraco.Web.UI.Umbraco.Masterpages
|
|
{
|
|
public partial class UmbracoDialog : global::umbraco.presentation.masterpages.umbracoDialog
|
|
{
|
|
}
|
|
} |