Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
strlst
/
fun
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
b2b6503964
Branches
Tags
master
fun
/
fun.Communication
/
IPerceived.cs
IPerceived.cs
123 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
using System;
namespace fun.Communication
{
public interface IPerceived
{
string Name { get; }
}
}