7 lines
173 B
C#
7 lines
173 B
C#
namespace Sms.TaskTwo.Core;
|
|
|
|
public static class AppResources
|
|
{
|
|
public const string WindowTitle = "Тестовое WPF-приложение для SmartMealService";
|
|
}
|