Using System.Diagnostics.Debug. First pass at player controls styling
This commit is contained in:
10
Aurora/Design/Converters/PlayIconConverter.cs
Normal file
10
Aurora/Design/Converters/PlayIconConverter.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
namespace Aurora.Design.Converters
|
||||
{
|
||||
public class PlayIconConverter
|
||||
{
|
||||
public PlayIconConverter()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user