зеркало из https://github.com/telerik/xaml-sdk.git
14 строки
150 B
C#
14 строки
150 B
C#
|
namespace ShowToolTipOnTrimmedText
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// A football position.
|
|||
|
/// </summary>
|
|||
|
public enum Position
|
|||
|
{
|
|||
|
GK,
|
|||
|
DF,
|
|||
|
MF,
|
|||
|
FW
|
|||
|
}
|
|||
|
}
|