9 lines
183 B
C#
9 lines
183 B
C#
namespace Blahblah.FlowerApp;
|
|
|
|
internal class AppResources
|
|
{
|
|
public const string EmptyCover = "empty_flower.jpg";
|
|
|
|
public static readonly Size EmptySize = new(512, 339);
|
|
}
|