private void ChangeInPicture() { StartTimer(); this.groupBox1.Visible = true; this.groupBox2.Visible = false; this.Form.axWindowsMediaPlayer1.Visible = false; this.Form.axWindowsMediaPlayer1.Ctlcontrols.pause(); this.decr = this.Form.DecrementPicture; this.incr = this.Form.IncrementPicture; this.shows = this.Form.ShowPicture; this.Form.panel1.Visible = true; }
private void ChangeInGif() { StopTimer(); this.groupBox1.Visible = false; this.groupBox2.Visible = true; this.Form.axWindowsMediaPlayer1.Visible = false; this.decr = this.Form.DecrementGif; this.incr = this.Form.IncrementGif; this.shows = this.Form.ShowGif; this.incr.Invoke(); this.Form.panel1.Visible = true; }