コード例 #1
0
ファイル: Settings.cs プロジェクト: TheX/WinLess
 public Settings()
 {
     DirectoryList = new DirectoryList();
     DefaultMinify = false;
     CompileOnSave = true;
     ShowSuccessMessages = false;
     StartWithWindows = true;
     StartMinified = false;
     ApplyStartWithWindows();
 }
コード例 #2
0
ファイル: Settings.cs プロジェクト: boxatom/WinLess
 public Settings()
 {
     DirectoryList = new DirectoryList();
     DefaultMinify = true;
     CompileOnSave = true;
     ShowSuccessMessages = false;
     StartWithWindows = true;
     StartMinified = false;
     UseGloballyInstalledLess = false;
 }