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