11 lines
158 B
C#
11 lines
158 B
C#
|
using System;
|
|||
|
namespace Aurora.Design.Converters
|
|||
|
{
|
|||
|
public class PlayIconConverter
|
|||
|
{
|
|||
|
public PlayIconConverter()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|