mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
13 lines
278 B
C#
13 lines
278 B
C#
using System.Windows.Forms;
|
|
|
|
namespace mRemoteNGTests.UI.Controls
|
|
{
|
|
public partial class SecureTextBoxTestForm : Form
|
|
{
|
|
public SecureTextBoxTestForm()
|
|
{
|
|
Application.EnableVisualStyles();
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |