7 lines
106 B
C#
7 lines
106 B
C#
namespace Streetwriters.Common.Enums
|
|
{
|
|
public enum ApplicationType
|
|
{
|
|
NOTESNOOK = 0
|
|
}
|
|
} |