mirror of
https://github.com/turusudiro/SteamEmuUtility.git
synced 2026-02-08 18:11:19 +01:00
16 lines
317 B
C#
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();
|
|
}
|
|
}
|
|
}
|