mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +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();
|
|
}
|
|
}
|