Beispiel #1
0
        public static About GetAbout() {

            if(instance == null)
            {
                instance = new About();
            }
            return instance;
        }
Beispiel #2
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) {
     instance = null;
 }