13 lines
272 B
C#
13 lines
272 B
C#
using IOB_UT_NEXT;
|
|
|
|
namespace IOB_WIN_SIEMENS.Iob
|
|
{
|
|
public class GenericNext : IOB_WIN_FORM.Iob.Generic
|
|
{
|
|
|
|
public GenericNext(AdapterFormNext caller, IobConfiguration IOBConf): base((IOB_WIN_FORM.AdapterForm)caller, IOBConf)
|
|
{
|
|
}
|
|
|
|
}
|
|
} |