public EmoState(EmoState es) { this.hEmoState = EdkDll.ES_Create(); EdkDll.ES_Copy(this.hEmoState, es.GetHandle()); }
public EmoState() { this.hEmoState = EdkDll.ES_Create(); }
/// <summary> /// Constructor /// </summary> public EmoState() { hEmoState = EdkDll.ES_Create(); }