mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-23 09:36:41 -05:00
13 lines
221 B
C#
13 lines
221 B
C#
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace HistacomCS
|
|||
|
{
|
|||
|
public partial class WinClassicCommandPrompt : Form
|
|||
|
{
|
|||
|
public WinClassicCommandPrompt()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|