public virtual void Start() => _backgroundOperation.Start();
Exemple #2
0
 public virtual void Start(TArg1 arg1) => _backgroundOperation.Start(arg1);