11 lines
105 B
C#
11 lines
105 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid
|
|
{
|
|
public enum SelectionForwardDirection
|
|
{
|
|
Right,
|
|
Down
|
|
}
|
|
}
|