Пример #1
0
 private void TextBox_KeyUp(object sender, KeyEventArgs e)
 {
     _filmViewModel.Filter(((TextBox)sender).Text);
 }