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