My workplace ... now
Where I am: Member Photos
1
Posts
1
Posters
14
Views
1
Watching
-
Sadly today we changed our office setup so my old place, which was nice and directly in front of the window, is gone. Now im sitting in a dark corner being a true software dev. :(( Sadly i currently have not enough space, but soon (8Weeks) will get my new table!
if(!string.IsNullOrWhiteSpace(_signature))
{
MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
MessageBox.Show("404-Signature not found");
}