C# Class x_IMU_GUI.CSVfileWriterResults

CSVfileWriterResults class.
Mostra file Open project: xioTechnologies/x-IMU-GUI

Public Methods

Method 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 method

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

Show() public static method

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 . ///
return void