예제 #1
0
 public void StartLoading()
 {
     currentlyLoading = true;
     HelperMethods.EnableIndeterminateProgressBar(progressBar);
 }