Files
SteamEmuUtility/Views/AcfGeneratorView.xaml.cs
2025-03-24 19:25:23 +07:00

16 lines
317 B
C#

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