Herald.LecturePage.Connect C# (CSharp) Méthode

Connect() private méthode

private Connect ( int connectionId, object target ) : void
connectionId int
target object
Résultat void
        public void Connect(int connectionId, object target)
        {
            this._contentLoaded = true;
        }
    }