Esempio n. 1
0
 public MakePlayMode(AxWMPLib.AxWindowsMediaPlayer real, BreakManager bm)
     : base(real, bm)
 {
 }
Esempio n. 2
0
 public BreakPointScreen(PictureBox image,BreakManager bm)
 {
     this.image = image;
     this.bm = bm;
 }
Esempio n. 3
0
 public PlayMode(AxWMPLib.AxWindowsMediaPlayer real, BreakManager bm)
 {
     this.real = real;
     this.bm = bm;
 }