Ejemplo n.º 1
0
 public Config(ConfigContext context)
     : this()
 {
     this.context = context;
     DataContext = context;
     context.Window = this;
     passwordBox.Password = context.Password;
 }
Ejemplo n.º 2
0
 public Mailer(ConfigContext config)
 {
     this.config = config;
     SetupConfig();
 }