mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 10:51:37 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace CleanFlashCommon {
|
||||
public interface IProgressForm {
|
||||
|
||||
void UpdateProgressLabel(string text, bool tick);
|
||||
void TickProgress();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user