Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
strlst
/
fun
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
b2b6503964
Gałęzie
Tagi
master
fun
/
fun.Communication
/
IPerceived.cs
IPerceived.cs
123 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
using System;
namespace fun.Communication
{
public interface IPerceived
{
string Name { get; }
}
}