mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
19 lines
353 B
C#
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();
|
|
}
|
|
}
|
|
}
|