Member 14189200 - gone
Spam and Abuse Watch
1
Posts
1
Posters
0
Views
1
Watching
-
https://www.codeproject.com/script/Membership/View.aspx?mid=14189200[^]
if(!string.IsNullOrWhiteSpace(_signature))
{
MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
MessageBox.Show("404-Signature not found");
}