Пример #1
0
 public IImageComponent PlayAndPause()
 {
     MovieSystem.PlayAndPause(this, this.loop);
     return(this);
 }