AutoWPApi.AutoWP.GetLastError C# (CSharp) 메소드

GetLastError() 공개 메소드

public GetLastError ( ) : string
리턴 string
        public string GetLastError()
        {
            return _lastError;
        }