4 lines
73 B
C#
4 lines
73 B
C#
|
static class Consts
|
||
|
{
|
||
|
public const string AssemblyName = "Mono.Cecil";
|
||
|
}
|