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