コード例 #1
0
ファイル: MainForm.cs プロジェクト: gabbyh/MEAExplorerWV
 private void LoadBackgroundWorker_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
 {
     StatusBarLabel.Text = "Writing cache...";
     PluginMorphCache.WriteCache(bundlePaths);
     StatusBarLabel.Text = "Loading chunks...";
     LoadChunks();
     StatusBarLabel.Text        = "";
     StatusBarProgressBar.Value = 0;
     RefreshTocTree();
     ActivateControls(true);
 }