private void OnConfigurations(ConfigurationsEventArgs e) { var c = Configurations; if (c != null) { c(this, e); } }
private void OnConfigurations(ConfigurationsEventArgs e) { var c = Configurations; if (c != null) c(this, e); }
internal void ApplyConfigurations(ConfigurationsEventArgs e) { _name = e.ProjectName; }
private void HostConfigurations(object sender, ConfigurationsEventArgs e) { var project = _contexts[e.ContextId]; project.ApplyConfigurations(e); }