Esempio n. 1
0
 public bool ApplyToResult(CoreDll.LocalActionType localActionType, CoreDll.TargetType targetType)
 {
     return(m_dll.adResultApplyTo(m_handle, localActionType, targetType) == CoreDll.Error.Ok);
 }