|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
| Leadtools.Medical.Workstation.Presenters Namespace > PresentersFactory Class : RegisterPresenter<P,V> Method |
public static void RegisterPresenter<P,V>( P presenter ) where P: IWorkstationPresenter<V> where V:
'Declaration
Public Shared Sub RegisterPresenter
(Of P As IWorkstationPresenter(Of V),
V As )( _
ByVal presenter As P _
)
'Usage Dim presenter As P PresentersFactory.RegisterPresenter(Of P, V)(presenter)
public: static void RegisterPresenter<P,V>( P* presenter ) where P: IWorkstationPresenter<V> where V:
public: static void RegisterPresentergeneric<typename P> generic<typename V> ( P^ presenter ) where P: IWorkstationPresenter<V> where V: