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