RDPAddins.NET/RDPAddins/MasterMode.cs

24 lines
418 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace RDPAddins
{
internal partial class MasterMode : Form
{
public MasterMode()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
}
}
}