mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-23 09:36:41 -05:00
0c00b5f33c
Added TimeHACK.Engine - Starting a new engine system to render Operating System borders Made more changes ( ͡° ͜ʖ ͡°)
12 lines
221 B
C#
12 lines
221 B
C#
using System.Windows.Forms;
|
|
|
|
namespace HistacomCS
|
|
{
|
|
public partial class WinClassicCommandPrompt : Form
|
|
{
|
|
public WinClassicCommandPrompt()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|