INNER CODE UNIT · C#
AuthorAttribute
OpenXRay/xray-15 · cs/engine/CustomOpenFileDialog/AuthorAttribute.cs:13
internal class AuthorAttribute : Attribute
{
#region Constructors
public AuthorAttribute(string authorName)
{
}
#endregion
}
}