yavsc/Yavsc/Resources/YavscLoc.cs

15 lines
296 B
C#

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.";
}
}
}
}