CSPosAPI.Program.getInformation C# (CSharp) Méthode

getInformation() private méthode

private getInformation ( ) : string
Résultat string
        public static extern string getInformation();

Usage Example

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