System.Windows.Forms.TextBoxHelper.FontChanged C# (CSharp) 메소드

FontChanged() 공개 메소드

public FontChanged ( ) : void
리턴 void
		public void FontChanged()
		{
			//this.Font = Host.font.ToNsFont();
		}
	}