mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
13 lines
204 B
C#
13 lines
204 B
C#
using System.Windows;
|
|
|
|
namespace Netch.Forms
|
|
{
|
|
public partial class MainWindow : Window
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|