mirror of
https://github.com/alee14-projects/FakeCMD.git
synced 2025-01-22 09:02:02 -05:00
8 lines
83 B
C#
8 lines
83 B
C#
using System;
|
|
|
|
namespace FakeCMD
|
|
{
|
|
public class InitializeCMD
|
|
{
|
|
}
|
|
}
|