13 lines
232 B
C#
13 lines
232 B
C#
|
using LensSimulator_WinForms.Viewport;
|
||
|
using System.Windows.Forms;
|
||
|
|
||
|
namespace LensSimulator_WinForms
|
||
|
{
|
||
|
public partial class Form1 : Form
|
||
|
{
|
||
|
public Form1()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|