Catrobat.IDE.Core.Utilities.ProgressEventArgs.ProgressEventArgs C# (CSharp) Méthode

ProgressEventArgs() public méthode

public ProgressEventArgs ( int percent, string operationGuid ) : System
percent int
operationGuid string
Résultat System
        public ProgressEventArgs(int percent, string operationGuid)
        {
            _percent = percent;
            _operationGuid = operationGuid;
        }
    }
ProgressEventArgs