This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
sylvrec
/
IA-ENI
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7ca8b3dad3
Rami (Branch)
Tag
master
IA-ENI
/
NeuralNetwork
/
NeuralNetworkPCL
/
IHM.cs
IHM.cs
122 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
using System;
namespace NeuralNetworkPCL
{
public interface IHM
{
void PrintMsg(String _msg);
}
}