Add foundation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace HyperX.UI.Windows;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
|
||||
public class NavigationTargetAttribute(string name) :
|
||||
Attribute
|
||||
{
|
||||
public string Name => name;
|
||||
}
|
||||
Reference in New Issue
Block a user