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