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.
ファイルを表示 Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
KeyboardBackup ( IKeyboard backedUpKeyboard, string backedUpFilePath ) : System

Ctor

Method Details

KeyboardBackup() public method

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