proper finish updates collector
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
|
||||
public interface IMainApi
|
||||
{
|
||||
public IWorkspace? CurWorkspace { get; }
|
||||
public IActionSetInfos? CurActionSet { get; }
|
||||
public Form MainWindow { get; }
|
||||
IWorkspace? CurWorkspace { get; }
|
||||
|
||||
IActionSetInfos? CurActionSet { get; }
|
||||
|
||||
Form MainWindow { get; }
|
||||
|
||||
void UpdateItem(InstallAction action);
|
||||
|
||||
void UpdateItem(IActionSetInfos actionSetInfos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user