Today I have seen the following:
Babo.UI.Library.Forms.MessageBox.Show("Text.", "Caption", MessageBoxButtons.OK, MessageBoxIcon.Error);
It seems, that the coder uses his own assembly. Whenever I create a new application, I copy and paste my code from A to B. Can I create and use my own assembly, too? Are there any code samples? Thanks in advance. Kind regards. ;)