private void UpdateApps() { SPath = PathInput.Text; try { AppList = new List <PrgData>(); AppList = LoadList.GetExe(SPath); PrintApps(); } catch (Exception) { ErrMsg.Text = "nevalidní cesta pro vyhledání"; } }
private void UpdateAppsWithPrewPath() { AppList = new List <PrgData>(); AppList = LoadList.GetExe(SPath); PrintApps(); }