зеркало из https://github.com/telerik/xaml-sdk.git
16 строки
183 B
C#
16 строки
183 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace RowDetailsVisibilityOptions
|
|||
|
{
|
|||
|
public enum Position
|
|||
|
{
|
|||
|
GK,
|
|||
|
DF,
|
|||
|
MF,
|
|||
|
FW
|
|||
|
}
|
|||
|
}
|