public MainWindow() { appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\Programs\\CleanDesk\\"; settingsPath = appDataPath + "app.dat"; settings = Settings.Load(settingsPath); userDesktop = new UserDesktop(settings.Categories); debug = new Debug(appDataPath + "app.log"); debug.CreateInstance(); InitializeComponent(); }
private void ShowStatistics(string prefix = "") { ChangeStats(UserDesktop.GetDesktopIcons().Length, prefix); }