Method DoInsideBusyCursor
DoInsideBusyCursor(Action)
Executes action between calls to BeginBusyCursor()
and EndBusyCursor().
public static void DoInsideBusyCursor(Action action)
Parameters
actionActionAction that will be executed.
Executes action between calls to BeginBusyCursor()
and EndBusyCursor().
public static void DoInsideBusyCursor(Action action)
action ActionAction that will be executed.