revert to VB and update to new project file format
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
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