예제 #1
0
 public Mixer_Button(Mixer_Player player, int width, int height)
 {
     this.player = player;
 }
예제 #2
0
 public Mixer_Button(Mixer_Player player)
 {
     this.player = player;
 }