Код: Выделить всё
public void CompletedDownload(int percentage)
{
Console.WriteLine(mID+":"+percentage+"% Loading is Completed");
}
Код: Выделить всё
public void LoadProcedure(int n,Action inAction)
{
// LoadingDisplay loadingDisplay=new LoadingDisplay(n);
for(int i = 0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/59936738/how-to-replace-action-delegate-with-a-func-delegate-return-a-value-to-function[/url]
Мобильная версия