8 lines
159 B
C#
8 lines
159 B
C#
|
namespace PhoneToolMX.Models
|
||
|
{
|
||
|
[System.AttributeUsage(AttributeTargets.Property)]
|
||
|
public class AlwaysIncludeAttribute : System.Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|