init
This commit is contained in:
8
Common/DTS.CommonCore/Resources/ResourceNames.cs
Normal file
8
Common/DTS.CommonCore/Resources/ResourceNames.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Athena.Resources
|
||||
{
|
||||
internal static class ResourceNames
|
||||
{
|
||||
public const string EntryStoryboardName = "InTransition";
|
||||
public const string ExitStoryboardName = "OutTransition";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user