C# Class LoggenCSG.Program

Afficher le fichier Open project: artzub/LoggenCSG

Méthodes publiques

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

Private Methods

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

Method Details

IsEmpty() public static méthode

public static IsEmpty ( this str ) : bool
str this
Résultat bool

IsNotEmpty() public static méthode

public static IsNotEmpty ( this str ) : bool
str this
Résultat bool

ShowError() public static méthode

public static ShowError ( this ex, IWin32Window owner = null ) : void
ex this
owner IWin32Window
Résultat void