Пример #1
0
 private void AddTileAction(ComboBox color)
 {
     tile.CreateTileAsync();
     tile.AddColor(color);
 }