C# Class SGDeB.MDIUtil

Mostra file Open project: sgdc/sgdc-old

Public Methods

Method Description
AddControlInGeneralLocation ( Form parent, Form child, FormLocation loc ) : void
SetTitle ( string game, string formName, Form form ) : void

Method Details

AddControlInGeneralLocation() public static method

public static AddControlInGeneralLocation ( Form parent, Form child, FormLocation loc ) : void
parent System.Windows.Forms.Form
child System.Windows.Forms.Form
loc FormLocation
return void

SetTitle() public static method

public static SetTitle ( string game, string formName, Form form ) : void
game string
formName string
form System.Windows.Forms.Form
return void