AcManager.Tools.SharedMemory.AcSharedEventArgs.AcSharedEventArgs C# (CSharp) Method

AcSharedEventArgs() public method

public AcSharedEventArgs ( [ previous, [ current, System.TimeSpan time ) : System
previous [
current [
time System.TimeSpan
return System
        public AcSharedEventArgs([CanBeNull] AcShared previous, [CanBeNull] AcShared current, TimeSpan time) {
            Previous = previous;
            Current = current;
            Time = time;
        }
AcSharedEventArgs