C# Class KeyboardEditor.KeyboardBackup

Object that links an IKeyboard to the file which contains its XML backup. BackUpFilePath can be null of whitespace. In this case, the keyboard is a new one, it has no backup.
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
KeyboardBackup ( IKeyboard backedUpKeyboard, string backedUpFilePath ) : System

Ctor

Method Details

KeyboardBackup() public méthode

Ctor
public KeyboardBackup ( IKeyboard backedUpKeyboard, string backedUpFilePath ) : System
backedUpKeyboard IKeyboard The that has been backedup
backedUpFilePath string Th elinked back up file path
Résultat System