15 lines
341 B
C#
15 lines
341 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace umbraco.editorControls.SettingControls.Pickers
|
|
{
|
|
public class MemberGroup : BasePicker
|
|
{
|
|
public MemberGroup()
|
|
{
|
|
ObjectGuid = new Guid("366e63b9-880f-4e13-a61c-98069b029728");
|
|
}
|
|
}
|
|
} |