telldus/scheduler/DeviceScheduler/frmSelectDevice.cs
2008-02-14 10:53:09 +00:00

18 lines
No EOL
360 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace DeviceScheduler
{
public partial class frmSelectDevice : Form
{
public frmSelectDevice()
{
InitializeComponent();
}
}
}