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