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