Member 14189187 - gone
Spam and Abuse Watch
1
Posts
1
Posters
0
Views
1
Watching
-
Member 14189187 - Professional Profile[^]
if(!string.IsNullOrWhiteSpace(_signature))
{
MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
MessageBox.Show("404-Signature not found");
}