Méthode | Description | |
---|---|---|
LTB ( ) : System.Collections.Generic |
Initializes a new instance of the LTB class.
|
|
LTB ( string filePath ) : System.Collections.Generic |
Initializes a new instance of the LTB class.
|
|
Load ( string filePath ) : void |
Loads the specified file.
|
|
Save ( string filePath ) : void |
Saves the specified file.
|
public LTB ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public LTB ( string filePath ) : System.Collections.Generic | ||
filePath | string | The file path. |
Résultat | System.Collections.Generic |
public Load ( string filePath ) : void | ||
filePath | string | The file path. |
Résultat | void |
public Save ( string filePath ) : void | ||
filePath | string | The file path. |
Résultat | void |