Exemple #1
0
 public static extern _LTRNative.LTRERROR LTR42_StoreConfig(ref TLTR42 module, _LTRNative.StartMode start_mode);
Exemple #2
0
 public virtual _LTRNative.LTRERROR StoreConfig(ref TLTR42 module, _LTRNative.StartMode start_mode)
 {
     return(LTR42_StoreConfig(ref module, start_mode));
 }