Esempio n. 1
0
 void UpdateHeadOutput(List <HeadModel> heads)
 {
     if (heads.Count > 0)
     {
         HeadViewModel.Update(heads[0]);
     }
 }