'Declaration Public MustOverride Sub PerformAction( _ ByVal sender As Object _ )
'使用法 Dim instance As Action Dim sender As Object instance.PerformAction(sender)
public abstract void PerformAction( object sender )
Action クラス Action メンバ
© 2004-2015, GrapeCity inc. All rights reserved.