mirror of
https://github.com/LorisYounger/VPet.git
synced 2025-07-25 21:04:55 +00:00
12 lines
180 B
C#
12 lines
180 B
C#
using System.Windows;
|
|
|
|
namespace VPet.Solution;
|
|
|
|
public partial class NativeStyles : ResourceDictionary
|
|
{
|
|
public NativeStyles()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|