|
|
От: |
gAmUssA
|
|
| Дата: | 05.12.05 20:24 | ||
| Оценка: | |||
EE> public Form1()
EE> {
EE> InitializeComponent();
EE> using( FileStream fs = new FileStream( "C:\\test.ico", FileMode.Create) )
EE> {
EE> this.Icon.Save(fs);
EE> }
EE> }
EE>