12 lines
262 B
C#
12 lines
262 B
C#
using System;
|
|
using Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig;
|
|
|
|
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
internal class ProccessConfig : ProcessConfig
|
|
{
|
|
public ProccessConfig(String file) : base(file)
|
|
{
|
|
}
|
|
}
|
|
} |