freeso/TSOClient/FSO.UI/Debug/TSOEdith.cs
RHY3756547 59ae89d8fe [UI] Large scale refactor, remove mobile projects
- Also some optimisations for animation, zoom level switch, changes to
pie menu head.
2017-08-07 17:44:59 +01:00

19 lines
353 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 FSO.Client.Debug
{
public partial class TSOEdith : Form
{
public TSOEdith()
{
InitializeComponent();
}
}
}