C# 클래스 LoggenCSG.Program

파일 보기 프로젝트 열기: artzub/LoggenCSG

공개 메소드들

메소드 설명
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