13 lines
106 B
C#
13 lines
106 B
C#
using System;
|
|
|
|
namespace inf3
|
|
{
|
|
public class TestClassWafa
|
|
{
|
|
public TestClassWafa ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|