mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
16 lines
335 B
C#
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();
|
|
}
|
|
}
|
|
}
|