using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Windows; using System.Windows.Controls; using Aitex.Sorter.Common; using ExcelLibrary.SpreadSheet; namespace VirgoUI.Client.Models.DataLog.ProcessHistory { /// /// Interaction logic for ProcessHistoryView.xaml /// public partial class ProcessHistoryView : UserControl { public ProcessHistoryView() { InitializeComponent(); } } }