public static void SingletonExample() { Singleton sltObject = Singleton.GetOject(); sltObject.ShowMessage(); }