mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-28 22:59:45 +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();
|
|
|
|
}
|
|
}
|
|
} |