1. Create or reuse a .Net library (DLL) project - it doesn't have to be a {{UBIK}} Module.<br>
2. Add the designated control as a class deriving from System.Windows.Forms.UserControl to the project.<br>
3.Implement the interface IUBIKEnvironmentControl for the control.<br>
4. For automatic injection, add the "Export" Attribute with the "IUBIKControl" type parameter to the designated control.<br>
<syntaxhighlight lang="csharp">