C# 클래스 x_IMU_GUI.CSVfileWriterResults

CSVfileWriterResults class.
파일 보기 프로젝트 열기: xioTechnologies/x-IMU-GUI

공개 메소드들

메소드 설명
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