public MakePlayMode(AxWMPLib.AxWindowsMediaPlayer real, BreakManager bm) : base(real, bm) { }
public BreakPointScreen(PictureBox image,BreakManager bm) { this.image = image; this.bm = bm; }
public PlayMode(AxWMPLib.AxWindowsMediaPlayer real, BreakManager bm) { this.real = real; this.bm = bm; }