static void Main(string[] args) { Sealed SealedInstance = new Sealed(); SealedInstance.MyFunction(); }