This commit is contained in:
Milan Hanajik 2017-08-19 12:07:26 +02:00
parent b0e25a35fb
commit 175571072f
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ namespace TBF.BenchControl.Network.Camera.RoiForFixedStart
message = string.Empty;
float dummy;
int idummy;
switch (i)
{
case 0:

View File

@ -10,7 +10,7 @@ using TBF.BenchControl.Generic;
namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection.Compound
{
public class TestMethodCfg : ComponentCfgBase, Generic.IComponentCfg
public class TestMethodCfg : ComponentCfgBase, IComponentCfg
{
public static XmlSerializer Serializer = XmlSerializer.FromTypes(new[] { typeof(TestMethodCfg) })[0];
protected override XmlSerializer GetSerializer() { return Serializer; }