Nuclex.Support/Source/Tracking/ThreadedMethodOperation.cs

11 lines
212 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Nuclex.Support.Tracking {
public class ThreadedMethodOperation : Operation {
}
} // namespace Nuclex.Support.Tracking