AerialForWindows.Controllers.AllScreenDifferentMoviesController.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ) : void
리턴 void
        public override void Start()
        {
            for (var i = 0; i < MediaElements.Length; ++i) {
                Start(i);
            }
        }

Same methods

AllScreenDifferentMoviesController::Start ( int screen ) : void
AllScreenDifferentMoviesController