Esempio n. 1
0
 private void FinalizeOnAbort(string message)
 {
     mAssets = new InputAssets();
     mContext.LogError(message, this);
     ResetLocals();
     mState = InputBuildState.Aborted;
 }