Exemplo n.º 1
0
 internal protected static IBackend GetBackend(XwtComponent w)
 {
     return(w != null ? w.Backend : null);
 }
Exemplo n.º 2
0
 protected internal static IBackend GetBackend(XwtComponent w)
 {
     return w != null ? w.Backend : null;
 }