This commit is contained in:
Wafa Sadri
2014-03-21 12:35:38 +01:00
parent 1f974cf5ec
commit cb986b5ef2

12
TestClassWafa.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
namespace inf3
{
public class TestClassWafa
{
public TestClassWafa ()
{
}
}
}