mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-09 04:19:47 +08:00
20 lines
352 B
C#
20 lines
352 B
C#
using System.Windows;
|
|
|
|
namespace BetterGenshinImpact.Test
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for MainWindow.xaml
|
|
/// </summary>
|
|
public partial class MainWindow : Window
|
|
{
|
|
|
|
public MainWindow()
|
|
{
|
|
|
|
InitializeComponent();
|
|
|
|
new HsvTestWindow().Run();
|
|
|
|
}
|
|
}
|
|
} |