10 lines
180 B
C#
10 lines
180 B
C#
|
|
using Windows.UI.Xaml;
|
|||
|
|
|
|||
|
|
namespace Wino.Core.UWP
|
|||
|
|
{
|
|||
|
|
public partial class CoreGeneric : ResourceDictionary
|
|||
|
|
{
|
|||
|
|
public CoreGeneric() => InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|