convert VB to C#
This commit is contained in:
10
Pilz.Collections/SimpleHistory/ObjectBase.cs
Normal file
10
Pilz.Collections/SimpleHistory/ObjectBase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace Pilz.Collections.SimpleHistory
|
||||
{
|
||||
public class ObjectBase
|
||||
{
|
||||
public static int DefaultPriorityValue { get; set; } = 1000;
|
||||
public int UndoPriority { get; set; } = DefaultPriorityValue;
|
||||
public int RedoPriority { get; set; } = DefaultPriorityValue;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user