The collection of form adapters (add yours here)

C# | Visual Basic | Visual C++ |
public static Dictionary<Type, IFormAdapter> Adapters { get; }
Public Shared ReadOnly Property Adapters As Dictionary(Of Type, IFormAdapter) Get
public: static property Dictionary<Type^, IFormAdapter^>^ Adapters { Dictionary<Type^, IFormAdapter^>^ get (); }