2025-06-29 19:58:44 +08:00
|
|
|
|
using System.Windows;
|
|
|
|
|
|
2025-07-05 14:05:59 +08:00
|
|
|
|
namespace WorkStation.Client.Views
|
2025-06-29 19:58:44 +08:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Interaction logic for MainWindow.xaml
|
|
|
|
|
/// </summary>
|
|
|
|
|
public partial class MainWindow : Window
|
|
|
|
|
{
|
|
|
|
|
public MainWindow()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|