public Config(ConfigContext context) : this() { this.context = context; DataContext = context; context.Window = this; passwordBox.Password = context.Password; }
public Mailer(ConfigContext config) { this.config = config; SetupConfig(); }