Пример #1
0
 public NetworkImage(string url)
 {
     Source = (Bitmap)ImageExtensions.GetImageFromNet(url).Clone();
 }