AGS.Editor.NativeProxy.NativeProxy C# (CSharp) Method

NativeProxy() private method

private NativeProxy ( ) : System
return System
        private NativeProxy()
        {
            _native = new NativeMethods(AGS.Types.Version.AGS_EDITOR_VERSION);
            _native.Initialize();
        }