SetInformation() public méthode

public SetInformation ( string info ) : void
info string
Résultat void
Exemple #1
0
 private void btnAbout_ItemClick(object sender, ItemClickEventArgs e)
 {
     frmAbout about = new frmAbout();
     about.SetInformation("VAGEDCSuite v" + System.Windows.Forms.Application.ProductVersion.ToString());
     about.ShowDialog();
 }