12 lines
109 B
C#
12 lines
109 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Rendering
|
|
{
|
|
public enum DrawMode
|
|
{
|
|
View,
|
|
Preview,
|
|
Print
|
|
}
|
|
}
|