sharee.bike-App/TINKLib/View/Themes/ITheme.cs
2021-05-13 20:03:07 +02:00

8 lines
111 B
C#

namespace TINK.View.Themes
{
public interface ITheme
{
string OperatorInfo { get; }
}
}