netmonitor/NetMonitorCliend/Form1.cs

20 lines
378 B
C#
Raw Normal View History

2010-04-15 23:43:12 +02:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace NetMonitorCliend
{
public partial class Netzmonitor : Form
{
public Netzmonitor()
{
InitializeComponent();
}
}
}