Beispiel #1
0
 public AuthAdapter(AuthSource authSource, bool isDark, bool isCompact)
 {
     _isDark   = isDark;
     IsCompact = isCompact;
     _source   = authSource;
 }
 public AuthAdapter(AuthSource authSource, bool isDark)
 {
     _isDark = isDark;
     _source = authSource;
 }