5bd278fa69
* Added NC handler class * Fixed threads * Added threads: AXES, ALARMS, GENERIC INFO + API * Refactoring
15 lines
233 B
C#
15 lines
233 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Microsoft.AspNet.SignalR;
|
|
|
|
namespace Step.Controllers.SignalR
|
|
{
|
|
public class NcHub : Hub
|
|
{
|
|
|
|
}
|
|
}
|