Improve DeliveryAdminWindow

This commit is contained in:
2023-05-23 20:00:24 +02:00
parent 3315b758ad
commit 5b9aedd1a4
9 changed files with 161 additions and 15 deletions

View File

@ -0,0 +1,5 @@
namespace Elwig.Helpers {
public class NullItem {
public static string Name => "- Keine Angabe -";
}
}