public void LoadAudioButton(Label lblAudioName, Button btnSelectAudio, RadGridView gridView, ComboBox cbBitsToUse, ComboBox cbUnit, Button btnExport, TextBox tbExportPath) { viewProcessor.PopulateAudioFile(); viewProcessor.BitsToUseChanged(cbBitsToUse, cbUnit, null); viewProcessor.UpdateAudioFileLabel(lblAudioName); viewProcessor.PopulateGrid(gridView, btnExport, cbUnit, null, tbExportPath); }
public void PopulateGrid( RadGridView radGridView, Button btnEnable, ComboBox cbUnit, Label remainingSpace, ComboBox cbBitsToUse) { viewProcessor.PopulateGrid(radGridView, btnEnable, cbUnit, remainingSpace, null); viewProcessor.BitsToUseChanged(cbBitsToUse, cbUnit, remainingSpace); viewProcessor.EnableButton(btnEnable, radGridView); }