C# 클래스 WebMarco.Frontend.PlatformImplemented.Android.BaseWebViewImplementer

Such design scheme of WebMarco.Frontend..PlatformImplemented.Implementer and WebMarco.Frontend.Common.Implementer classes with same name replaces the //#if PLATFORM1 ... //#elif PLATFORM2 .. //#elif ... //#endif preprocessor directives that, according to experiense achieved in previous projects - these tend to be unmanagable. With this approach common frontend code goes to WebMarco.Frontend.Common.Implementer and the code that is speciffic for a platform, for exaple Android, - if it was in //#if ANDROID ... //#endif then it goes to WebMarco.Frontend.PlatformImplemented.Android
상속: WebMarco.Frontend.Common.BaseWebViewImplementer
파일 보기 프로젝트 열기: vhnatyk/WebMarco.2.0 1 사용 예제들

공개 메소드들

메소드 설명
BaseWebViewImplementer ( IBaseWebView webView ) : Android.Webkit

메소드 상세

BaseWebViewImplementer() 공개 메소드

public BaseWebViewImplementer ( IBaseWebView webView ) : Android.Webkit
webView IBaseWebView
리턴 Android.Webkit