摘要:当为多线程的应用程序创建singleton设计模式时,需要确保它们都是线程安全的。 1Imports System.Threading 2 3Public Class Singleton_threadClass Singleton_thread 4 5 'private member 6 Private Shared m_Instance As Singleton_thread 7 ...
阅读全文
posted @ 2006-09-12 17:39
浙公网安备 33010602011771号