2019-11-21 14:25:40 +00:00
|
|
|
|
using System.Windows.Controls;
|
2019-11-07 05:33:08 +00:00
|
|
|
|
|
|
|
|
|
namespace Wabbajack
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Interaction logic for LogCpuView.xaml
|
|
|
|
|
/// </summary>
|
|
|
|
|
public partial class LogCpuView : UserControl
|
|
|
|
|
{
|
|
|
|
|
public LogCpuView()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|