SIC-12/Framework/MECF.Framework.UI.Core/Dialog/TerminalDialog.xaml.cs

32 lines
679 B
C#
Raw Permalink Normal View History

2026-03-24 15:04:02 +08:00
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
2026-03-24 15:04:02 +08:00
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace Aitex.Core.UI.Dialog
2026-03-24 15:04:02 +08:00
{
2026-03-24 15:04:02 +08:00
/// <summary>
/// Interaction logic for NotificationDialog.xaml
2026-03-24 15:04:02 +08:00
/// </summary>
public partial class TerminalDialog : Window
2026-03-24 15:04:02 +08:00
{
public TerminalDialog()
2026-03-24 15:04:02 +08:00
{
InitializeComponent();
}
2026-03-24 15:04:02 +08:00
}
}