mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-14 05:12:09 +08:00
12 lines
232 B
C#
12 lines
232 B
C#
using System.Windows;
|
|
|
|
namespace Sheas_Cealer
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
protected override void OnStartup(StartupEventArgs e)
|
|
{
|
|
new MainWindow(e.Args).Show();
|
|
}
|
|
}
|
|
} |