20 Kasım 2017 Pazartesi

WPF Application Sınıfı

Properties Alanı
Şöyle yaparız.
var props = Application.Current.Properties;
props.Remove("a");
props.Remove("b");
props.Remove("c");

Hiç yorum yok:

Yorum Gönder