Files
WowUp/WowUp.WPF/Views/ApplicationUpdateControl.xaml.cs
jliddev 44ae69f6c8 v1.9.3
General UI updates
2020-07-15 11:40:27 -05:00

16 lines
335 B
C#

using System.Windows.Controls;
namespace WowUp.WPF.Views
{
/// <summary>
/// Interaction logic for ApplicationUpdateControl.xaml
/// </summary>
public partial class ApplicationUpdateControl : UserControl
{
public ApplicationUpdateControl()
{
InitializeComponent();
}
}
}