Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
strlst
/
fun
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
b2b6503964
Grenar
Taggar
master
fun
/
fun.Communication
/
IPerceived.cs
IPerceived.cs
123 B
Historik
Rå
1
2
3
4
5
6
7
8
9
10
using System;
namespace fun.Communication
{
public interface IPerceived
{
string Name { get; }
}
}