mirror of
https://github.com/MaxiFan/TunnelX.git
synced 2026-05-17 21:14:37 +03:00
10 lines
177 B
C#
10 lines
177 B
C#
namespace AppTunnel.Views;
|
|
|
|
public partial class HistoryTabView : System.Windows.Controls.UserControl
|
|
{
|
|
public HistoryTabView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|