C# Class EKG_Project.IO.FileLoader

Afficher le fichier Open project: Nefarin/DadmProject Class Usage Examples

Méthodes publiques

Méthode Description
FileLoader ( ) : System
Load ( string path ) : void
Validate ( string path ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

FileLoader() public méthode

public FileLoader ( ) : System
Résultat System

Load() public méthode

public Load ( string path ) : void
path string
Résultat void

Validate() public méthode

public Validate ( string path ) : void
path string
Résultat void