Exemplo n.º 1
0
 public EmoState(EmoState es)
 {
     this.hEmoState = EdkDll.ES_Create();
     EdkDll.ES_Copy(this.hEmoState, es.GetHandle());
 }