Bumblebee.Setup.Settings.Settings C# (CSharp) Метод

Settings() публичный Метод

Initializes a default instance of the Settings class with ScreenCapturePath of the current directory.
public Settings ( ) : System
Результат System
		public Settings()
		{
			ScreenCapturePath = Environment.CurrentDirectory;
			CaptureScreenOnVerificationFailure = false;
		}
Settings