namespace Yw.EPAnet { partial interface IInpParser { public string Node1 { get; set; } public string Node2 { get; set; } } }