mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
11 lines
218 B
C#
11 lines
218 B
C#
using WC = System.Windows.Controls;
|
|
|
|
namespace TRX_InstallerLib.Controls;
|
|
|
|
public partial class InstallSourceControl : WC.UserControl
|
|
{
|
|
public InstallSourceControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|