getInformation() private method

private getInformation ( ) : string
return string
Example #1
0
 private void buttonGetInformation_Click(object sender, EventArgs e)
 {
     MessageBox.Show(Program.getInformation());
 }