C# Class LoggenCSG.Program

Datei anzeigen Open project: artzub/LoggenCSG

Public Methods

Method Description
IsEmpty ( this str ) : bool
IsNotEmpty ( this str ) : bool
ShowError ( this ex, IWin32Window owner = null ) : void

Private Methods

Method Description
CreateAuthenticator ( ) : IAuthenticator
GetAuthentication ( Google.Apis.Authentication.OAuth2.DotNetOpenAuth.NativeApplicationClient client ) : IAuthorizationState
Main ( ) : void

Method Details

IsEmpty() public static method

public static IsEmpty ( this str ) : bool
str this
return bool

IsNotEmpty() public static method

public static IsNotEmpty ( this str ) : bool
str this
return bool

ShowError() public static method

public static ShowError ( this ex, IWin32Window owner = null ) : void
ex this
owner IWin32Window
return void