netmonitor/NetOpenVPNGUI/Program.cs

11 lines
151 B
C#
Raw Normal View History

2011-01-27 00:35:09 +01:00
namespace NetOpenVPNGUI
{
static class Program
{
static void Main()
{
new Runner();
}
}
}