MCPcopy Create free account
hub / github.com/TCOTC/CleanFlash_Installer / IProgressForm

Interface IProgressForm

CleanFlashCommon/IProgressForm.cs:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace CleanFlashCommon {
2 public interface IProgressForm {
3
4 void UpdateProgressLabel(string text, bool tick);
5 void TickProgress();
6 }
7}

Callers 2

UninstallMethod · 0.45
UninstallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected