basic class layout

This commit is contained in:
shinichi
2020-09-09 11:30:02 +02:00
parent 2200e2f012
commit 213a098356
4 changed files with 143 additions and 75 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace ProftaakRH
{
class Class1
{
}
}