mirror of
https://github.com/MaxiFan/TunnelX.git
synced 2026-05-18 06:44:36 +03:00
10 lines
171 B
C#
10 lines
171 B
C#
namespace AppTunnel.Views;
|
|
|
|
public partial class HelpTabView : System.Windows.Controls.UserControl
|
|
{
|
|
public HelpTabView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|