2024-11-10 23:28:25 +01:00
|
|
|
|
using Windows.UI.Xaml;
|
|
|
|
|
|
|
2025-02-16 11:43:30 +01:00
|
|
|
|
namespace Wino.Core.UWP
|
2024-11-10 23:28:25 +01:00
|
|
|
|
{
|
2025-02-16 11:43:30 +01:00
|
|
|
|
public partial class CoreGeneric : ResourceDictionary
|
|
|
|
|
|
{
|
|
|
|
|
|
public CoreGeneric() => InitializeComponent();
|
|
|
|
|
|
}
|
2024-11-10 23:28:25 +01:00
|
|
|
|
}
|