ACR_ServerCommunicator.ACR_ServerCommunicator.ACR_ServerCommunicator C# (CSharp) Method

ACR_ServerCommunicator() private method

private ACR_ServerCommunicator ( [ Other ) : System
Other [
return System
        private ACR_ServerCommunicator([In] ACR_ServerCommunicator Other)
        {
            InitScript(Other);
            Database = Other.Database;

            LoadScriptGlobals(Other.SaveScriptGlobals());
        }

Same methods

ACR_ServerCommunicator::ACR_ServerCommunicator ( [ Intrinsics, [ Host ) : System
ACR_ServerCommunicator