AirScout/AirScout/ReflectionDlg.cs

20 wiersze
355 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.Windows.Forms;
namespace AirScout
{
public partial class ReflectionDlg : Form
{
public ReflectionDlg()
{
InitializeComponent();
}
}
}