Ejemplo n.º 1
0
 private void AddBackGround(string path)
 {
     string[] filePath = Directory.GetFiles(path + @"\BackGround");
     foreach (var item in filePath)
     {
         Background.Add(item);
     }
 }