public SoundMixer(ObjectAlloc <ProjectObject> ProjectBinder) { InitializeComponent(); this.ProjectBinder = ProjectBinder; this.TopMost = true; this.topMost.Checked = true; UpdateWin(); }
public void SetBinder(ObjectAlloc <ProjectObject> ProjectBinder) { this.ProjectBinder = ProjectBinder; UpdateWin(); }