예제 #1
0
 public Fortran(ITypedSettingsStore store)
 {
     this.Settings = new FortranSettings(store);
 }
예제 #2
0
 public CSharp(ITypedSettingsStore store)
 {
     this.Settings = new CSharpSettings(store);
 }
예제 #3
0
 public Python(ITypedSettingsStore store)
 {
     this.Settings = new PythonSettings(store);
 }
예제 #4
0
파일: Mpl.cs 프로젝트: x-strong/viasfora
 public Mpl(ITypedSettingsStore store)
 {
     this.Settings = new MplSettings(store);
 }
예제 #5
0
 public DefaultLanguage(ITypedSettingsStore store)
 {
     this.Settings = new DefaultSettings(store);
 }
예제 #6
0
 public VB(ITypedSettingsStore store)
 {
     this.Settings = new VBSettings(store);
 }
예제 #7
0
 public R(ITypedSettingsStore store)
 {
     this.Settings = new RSettings(store);
 }
예제 #8
0
 public XLang(ITypedSettingsStore store)
 {
     this.Settings = new XLangSettings(store);
 }
예제 #9
0
파일: Css.cs 프로젝트: xinqinglhj/viasfora
 public Css(ITypedSettingsStore store)
 {
     this.Settings = new CssSettings(store);
 }
예제 #10
0
파일: USql.cs 프로젝트: jogibanger/viasfora
 public USql(ITypedSettingsStore store)
 {
     this.Settings = new USqlSettings(store);
 }
예제 #11
0
 public PowerShell(ITypedSettingsStore store)
 {
     this.Settings = new PowershellSettings(store);
 }
예제 #12
0
파일: Json.cs 프로젝트: xinqinglhj/viasfora
 public JSON(ITypedSettingsStore store)
 {
     this.Settings = new JsonSettings(store);
 }
예제 #13
0
 public JScript(ITypedSettingsStore store)
 {
     this.Settings = new JScriptSettings(store);
 }
예제 #14
0
 public Cpp(ITypedSettingsStore store)
 {
     this.Settings = new CppSettings(store);
 }