En första justering , det fanns många referenser kvar till GreadyPoang...

This commit is contained in:
2025-10-11 08:45:09 +02:00
parent 5d1e7858f2
commit 18f0dc566b
96 changed files with 239 additions and 236 deletions

View File

@ -1,6 +1,6 @@
using System.Text.RegularExpressions;
namespace GreadyPoang.Common;
namespace Gready_Poang.Common;
public class DigitsOnlyBehavior : Behavior<Entry?>
{

View File

@ -1,7 +1,7 @@
using System.Reflection;
using System.Windows.Input;
namespace GreadyPoang.Common;
namespace Gready_Poang.Common;
public class EventToCommandBehavior : BehaviorBase<VisualElement>
{
public required string EventName { get; set; }