예제 #1
0
 internal protected static IBackend GetBackend(XwtComponent w)
 {
     return(w != null ? w.Backend : null);
 }
예제 #2
0
파일: XwtComponent.cs 프로젝트: chkn/xwt
 protected internal static IBackend GetBackend(XwtComponent w)
 {
     return w != null ? w.Backend : null;
 }