vb中Public、private、protected作用域

2024-11-25 17:02:56
推荐回答(1个)
回答1:

Public共有过程,该过程所在窗体均可用。private 私有,只在某个过程适用!protected是指工程,整个工程,即窗体之间适用!