/// <summary>
		/// Initializes the designer with the specified component.
		/// </summary>
		/// <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control"/> .</param>
		public override void Initialize(IComponent component)
		{
			base.Initialize(component);
			this.nuGenMeter = (NuGenGenericBase)component;
		}
示例#2
0
 /// <summary>
 /// Initializes the designer with the specified component.
 /// </summary>
 /// <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control"/> .</param>
 public override void Initialize(IComponent component)
 {
     base.Initialize(component);
     this.nuGenMeter = (NuGenGenericBase)component;
 }