15 lines
296 B
C#
15 lines
296 B
C#
|
10 years ago
|
namespace Yavsc.Resources
|
||
|
|
{
|
||
|
|
|
||
|
|
///<summary>
|
||
|
|
/// Makes possible the code injection
|
||
|
|
///</summary>
|
||
|
|
public class YavscLoc
|
||
|
|
{
|
||
|
|
public static string ChooseAnEventDate {
|
||
|
|
get {
|
||
|
|
return "Please, choose a date for this event.";
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|