home page for App
This commit is contained in:
8
FlowerApp/Controls/AppResources.cs
Normal file
8
FlowerApp/Controls/AppResources.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Blahblah.FlowerApp;
|
||||
|
||||
internal class AppResources
|
||||
{
|
||||
public const string EmptyCover = "empty_flower.jpg";
|
||||
|
||||
public static readonly Size EmptySize = new(512, 339);
|
||||
}
|
||||
Reference in New Issue
Block a user