文件名称:.NET中的单件模式的使用
文件大小:39KB
文件格式:RAR
更新时间:2014-10-28 13:48:00
.NET,单件模式
当涉及到多个对象对同一资源的处理时,为防止错误的修改或删除等,一般都使用单件模式,本例讲解了.NET中的单件模式的使用。
【文件预览】:
TestSingleton
----TestSingleton.suo(10KB)
----TestSingleton()
--------ReadMe.txt(1KB)
--------Singleton.h(2KB)
--------TestSingleton.cpp(446B)
--------Form1.h(4KB)
--------app.rc(1KB)
--------stdafx.h(242B)
--------TestSingleton.vcproj.LIUMJ.LIUMINGJIE.user(1KB)
--------Form1.resx(6KB)
--------stdafx.cpp(213B)
--------resource.h(91B)
--------AssemblyInfo.cpp(1KB)
--------TestSingleton.vcproj(6KB)
--------app.ico(1KB)
----release()
--------TestSingleton.exe(37KB)
----debug()
--------TestSingleton.exe(39KB)
----TestSingleton.sln(904B)