C# Class x_IMU_GUI.CSVfileWriterResults

CSVfileWriterResults class.
Afficher le fichier Open project: xioTechnologies/x-IMU-GUI

Méthodes publiques

Méthode Description
Show ( x_IMU_API.CSVfileWriter CSVfileWriter ) : void

Shows CSVfileWriter packet counts and file names in PassiveMessageBox.

Show ( x_IMU_API.CSVfileWriter CSVfileWriter, string caption ) : void

Shows CSVfileWriter packet counts and file names in PassiveMessageBox.

Method Details

Show() public static méthode

Shows CSVfileWriter packet counts and file names in PassiveMessageBox.
public static Show ( x_IMU_API.CSVfileWriter CSVfileWriter ) : void
CSVfileWriter x_IMU_API.CSVfileWriter /// object. ///
Résultat void

Show() public static méthode

Shows CSVfileWriter packet counts and file names in PassiveMessageBox.
public static Show ( x_IMU_API.CSVfileWriter CSVfileWriter, string caption ) : void
CSVfileWriter x_IMU_API.CSVfileWriter /// object. ///
caption string /// Caption of . ///
Résultat void