Singleton Design Pattern
Pat Tormey shows how to use the Singleton Pattern in a Windows Forms application. Patterns are reusable concepts across all programming languages. The Singleton design pattern is used to restrict instantiation of a class to one object. For this example Pat uses a Singleton to "remember" important information about the current customer.
Author: Pat Tormey
Duration: 14:29
Comments: 0