Fixed #32 - PlayAlertSound ignored on Paste Block Style

This commit is contained in:
Ben Wallis
2016-09-01 20:56:58 +01:00
parent 0b791f5747
commit af08cdfed6
4 changed files with 67 additions and 24 deletions

View File

@@ -9,6 +9,6 @@ namespace Filtration.Parser.Interface.Services
IItemFilterBlock TranslateStringToItemFilterBlock(string inputString,
ThemeComponentCollection masterComponentCollection);
string TranslateItemFilterBlockToString(IItemFilterBlock block);
void ReplaceColorBlockItemsFromString(ObservableCollection<IItemFilterBlockItem> blockItems, string inputString);
void ReplaceAudioVisualBlockItemsFromString(ObservableCollection<IItemFilterBlockItem> blockItems, string inputString);
}
}