CSPosAPI.Program.getInformation C# (CSharp) Method

getInformation() private method

private getInformation ( ) : string
return string
        public static extern string getInformation();

Usage Example

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