Ejemplo n.º 1
0
 public Fortran(ITypedSettingsStore store)
 {
     this.Settings = new FortranSettings(store);
 }
Ejemplo n.º 2
0
 public CSharp(ITypedSettingsStore store)
 {
     this.Settings = new CSharpSettings(store);
 }
Ejemplo n.º 3
0
 public Python(ITypedSettingsStore store)
 {
     this.Settings = new PythonSettings(store);
 }
Ejemplo n.º 4
0
 public Mpl(ITypedSettingsStore store)
 {
     this.Settings = new MplSettings(store);
 }
Ejemplo n.º 5
0
 public DefaultLanguage(ITypedSettingsStore store)
 {
     this.Settings = new DefaultSettings(store);
 }
Ejemplo n.º 6
0
 public VB(ITypedSettingsStore store)
 {
     this.Settings = new VBSettings(store);
 }
Ejemplo n.º 7
0
 public R(ITypedSettingsStore store)
 {
     this.Settings = new RSettings(store);
 }
Ejemplo n.º 8
0
 public XLang(ITypedSettingsStore store)
 {
     this.Settings = new XLangSettings(store);
 }
Ejemplo n.º 9
0
 public Css(ITypedSettingsStore store)
 {
     this.Settings = new CssSettings(store);
 }
Ejemplo n.º 10
0
 public USql(ITypedSettingsStore store)
 {
     this.Settings = new USqlSettings(store);
 }
Ejemplo n.º 11
0
 public PowerShell(ITypedSettingsStore store)
 {
     this.Settings = new PowershellSettings(store);
 }
Ejemplo n.º 12
0
 public JSON(ITypedSettingsStore store)
 {
     this.Settings = new JsonSettings(store);
 }
Ejemplo n.º 13
0
 public JScript(ITypedSettingsStore store)
 {
     this.Settings = new JScriptSettings(store);
 }
Ejemplo n.º 14
0
 public Cpp(ITypedSettingsStore store)
 {
     this.Settings = new CppSettings(store);
 }