예제 #1
0
 /// <summary>
 /// Complete a new operation on the service
 /// </summary>
 internal static void RemovePendingOp()
 {
     PendingOperationChanged?.Invoke(false);
 }
예제 #2
0
 /// <summary>
 /// Add a new pending operation to the service
 /// </summary>
 internal static void AddPendingOp()
 {
     PendingOperationChanged?.Invoke(true);
 }