10 lines
159 B
C#
10 lines
159 B
C#
namespace Common.UI.Models.SIRTHub
|
|
{
|
|
using Common.Hardware.SIRT;
|
|
|
|
public class SIRTHubModel
|
|
{
|
|
private readonly SIRTHub sirtHub;
|
|
}
|
|
}
|