Beispiel #1
0
 public void SetExternalObj <T>(string name, T obj) where T : class
 {
     Context.SetVariableAutoWrap <T>(name, obj);
 }