En första justering , det fanns många referenser kvar till GreadyPoang...
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
namespace GreadyPoang.Common;
|
||||
namespace Gready_Poang.Common;
|
||||
|
||||
public class BehaviorBase<T> : Behavior<T> where T : BindableObject
|
||||
{
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace GreadyPoang.Common;
|
||||
namespace Gready_Poang.Common;
|
||||
|
||||
public class DigitsOnlyBehavior : Behavior<Entry?>
|
||||
{
|
||||
|
||||
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user