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