Files
limanapp/EgwControlCenter/TargetSetup.cs
T
2024-09-18 12:02:48 +02:00

21 lines
389 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace EgwControlCenter
{
public partial class TargetSetup : Form
{
public TargetSetup()
{
InitializeComponent();
}
}
}