Axiom.RenderSystems.DirectX9.DefaultForm.DefaultFormActivated C# (CSharp) 메소드

DefaultFormActivated() 공개 메소드

public DefaultFormActivated ( object source, EventArgs e ) : void
source object
e System.EventArgs
리턴 void
		public void DefaultFormActivated( object source, EventArgs e )
		{
			if ( _renderWindow != null )
			{
				_renderWindow.IsActive = true;
			}
		}