2025-07-19 11:11:01 +08:00
|
|
|
using DMS.WPF.ViewModels.Dialogs;
|
2025-07-02 12:01:20 +08:00
|
|
|
using iNKORE.UI.WPF.Modern.Controls;
|
|
|
|
|
|
2025-07-26 10:05:43 +08:00
|
|
|
namespace DMS.WPF.Views.Dialogs;
|
2025-07-02 12:01:20 +08:00
|
|
|
|
2025-07-30 12:54:14 +08:00
|
|
|
public partial class VariableTableDialog : ContentDialog
|
2025-07-02 12:01:20 +08:00
|
|
|
{
|
2025-07-30 12:54:14 +08:00
|
|
|
public VariableTableDialog()
|
2025-07-02 12:01:20 +08:00
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|