This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
ResourceManagerSetter is a component which initializes the resources local variable in Form.InitializeComponent to a ResourceManagerProvider

Namespace: Smartsite.Localization
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
[(typeof(), typeof())]
public class SmartsiteResourceManagerSetter : 
Visual Basic (Declaration)Copy imageCopy Code
<(GetType(), GetType())> _
Public Class SmartsiteResourceManagerSetter _
	Inherits 

Remarks

Injects the following new line into the Form.InitializeComponent method:
 Copy imageCopy Code
    resources = new Smartsite.Localization.SmartsiteResourceManager(typeof(Form1));

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      Smartsite.Localization..::..SmartsiteResourceManagerSetter

See Also

Advanced