|
|
От: | shushara | |
| Дата: | 22.12.08 10:31 | ||
| Оценка: | |||
<Image x:Name="MessIcon" VerticalAlignment="Top" Stretch="None" />Icon _icon = SystemIcons.Application;
BitmapImage _bit = new BitmapImage();
MemoryStream _buffer = new MemoryStream();
_icon.Save(_buffer);
MessIcon.Source = _bit;