feat: pre job: change events to routed events.
This commit is contained in:
9
src/Ursa/Common/Position.cs
Normal file
9
src/Ursa/Common/Position.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ursa.Common;
|
||||
|
||||
public enum Position
|
||||
{
|
||||
Left,
|
||||
Top,
|
||||
Right,
|
||||
Bottom,
|
||||
}
|
||||
Reference in New Issue
Block a user