public void UpdateDetails() { details = item.Details; BuildInfoBox(); BuildFilesBox(); ShowAll(); }
public void LoadDetails() { if (Details == null) { Details = new IA.Details(Id, DetailsJson); DetailsJson = Details.Json; Save(); } }
public void UpdateDetails() { details = item.Details; if (!gui_built && details != null) { gui_built = true; BuildInfoBox(); BuildFilesBox(); ShowAll(); } }
public void LoadDetails() { if (Details == null) { Details = new IA.Details (Id, DetailsJson); DetailsJson = Details.Json; Save (); } }