コード例 #1
0
ファイル: Program.cs プロジェクト: nahuelvolpe/POO3
 static void Main()
 {
     Singleton s = Singleton.GetInstance();
 }