C# Класс x_IMU_GUI.CSVfileWriterResults

CSVfileWriterResults class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Show() публичный статический Метод

Shows CSVfileWriter packet counts and file names in PassiveMessageBox.
public static Show ( x_IMU_API.CSVfileWriter CSVfileWriter ) : void
CSVfileWriter x_IMU_API.CSVfileWriter /// object. ///
Результат void

Show() публичный статический Метод

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 . ///
Результат void