Exemple #1
0
 internal void Run()
 {
     _action?.Invoke();
     OnRun();
     State = OperationState.Running;
 }