예제 #1
0
파일: Program.cs 프로젝트: 3141592/vs
        static void Main(string[] args)
        {
            Sealed SealedInstance = new Sealed();

            SealedInstance.MyFunction();
        }
예제 #2
0
파일: Program.cs 프로젝트: 3141592/vs
 static void Main(string[] args)
 {
     Sealed SealedInstance = new Sealed();
       SealedInstance.MyFunction();
 }