Init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace QFSW.QC
|
||||
{
|
||||
public enum AutoScrollOptions
|
||||
{
|
||||
Never = 0,
|
||||
OnInvoke = 1,
|
||||
Always = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user