Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あるクラスの共有関数を別のクラスに呼び出す方法、これが私のコードです、
Imports System.Web.UI Public Class functest Public Shared Function callthis(source as object, args as event) 'code goes here End Function End Class
別のクラスで「callthis」関数を呼び出す必要があります。どうすればできますか?
functest.callthis(something, something_else)