15 lines
203 B
C#
15 lines
203 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
using System;
|
||
|
using System.Linq;
|
||
|
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public class Null
|
||
|
{
|
||
|
private Null(){}
|
||
|
}
|
||
|
|
||
|
}
|