vue-java-tutorials/CSharp/SQLTutorial/SingletonPattern/Program.cs

6 lines
152 B
C#
Raw Normal View History

2025-06-25 22:59:31 +08:00
// See https://aka.ms/new-console-template for more information
using SingletonPattern;
var singleton = Singleton.Instance;
singleton.SomeMethod();