11 lines
167 B
C#
11 lines
167 B
C#
|
|
namespace Test.NetFX
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Examples.Test.Run(args);
|
|
}
|
|
}
|
|
}
|