C# Class Bumblebee.Setup.Settings

A simple in-memory version of the ISettings interface.
Inheritance: ISettings
Mostrar archivo Open project: bumblebee/bumblebee Class Usage Examples

Public Methods

Method Description
Settings ( ) : System

Initializes a default instance of the Settings class with ScreenCapturePath of the current directory.

Method Details

Settings() public method

Initializes a default instance of the Settings class with ScreenCapturePath of the current directory.
public Settings ( ) : System
return System