AcManager.Tools.Managers.AcRootDirectoryEventArgs.AcRootDirectoryEventArgs C# (CSharp) Метод

AcRootDirectoryEventArgs() приватный Метод

private AcRootDirectoryEventArgs ( string previousValue, string newValue ) : System
previousValue string
newValue string
Результат System
        internal AcRootDirectoryEventArgs(string previousValue, string newValue) {
            PreviousValue = previousValue;
            NewValue = newValue;
        }
    }
AcRootDirectoryEventArgs