13 lines
202 B
C#
13 lines
202 B
C#
namespace InspectionUI
|
|
{
|
|
using System.Windows;
|
|
|
|
public partial class MainWindow : Window
|
|
{
|
|
public MainWindow()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
}
|