Accelerometer.App.Connect C# (CSharp) Method

Connect() private method

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