VB.net 跨线程 property 委托 问题 - ITeye问答
2012年11月5日 - VB.net 跨线程 property 委托 问题 Public Class Form Private uid As String '当前用户 Public Property CurrUid() As String Get Return uid End Ge...
VB.net多线程入门-月光下的垃圾桶-搜狐博客
2007年8月29日 - 最近数据库编程中遇到多线程问题,找了些入门资料,没...Public Property Control() As TextBox Get Return ...关键字AddressOf返回一个StartThreading...