- using System.Windows.Controls;
- namespace VirgoUI.Client.Models.History.ProcessHistory
- {
- /// <summary>
- /// SelectDataView.xaml 的交互逻辑
- /// </summary>
- public partial class SelectDataView : UserControl
- {
- public SelectDataView()
- {
- InitializeComponent();
- }
- }
- }
|