using System; namespace NeuralNetworkPCL { public interface IHM { void PrintMsg(String _msg); } }