Esempio n. 1
0
 private void Tags_Save(object sender, Infrastructure.CustomEventArgs <string> e)
 {
     _model.ExtractImagesWithTag(e.Data);
 }