C# Класс LoggenCSG.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
IsEmpty ( this str ) : bool
IsNotEmpty ( this str ) : bool
ShowError ( this ex, IWin32Window owner = null ) : void

Приватные методы

Метод Описание
CreateAuthenticator ( ) : IAuthenticator
GetAuthentication ( Google.Apis.Authentication.OAuth2.DotNetOpenAuth.NativeApplicationClient client ) : IAuthorizationState
Main ( ) : void

Описание методов

IsEmpty() публичный статический Метод

public static IsEmpty ( this str ) : bool
str this
Результат bool

IsNotEmpty() публичный статический Метод

public static IsNotEmpty ( this str ) : bool
str this
Результат bool

ShowError() публичный статический Метод

public static ShowError ( this ex, IWin32Window owner = null ) : void
ex this
owner IWin32Window
Результат void