Please enable JavaScript in your browser!
Sākums
Izpētīt
Palīdzība
Pierakstīties
strlst
/
fun
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
b2b6503964
Atzari
Tagi
master
fun
/
fun.Communication
/
IPerceived.cs
IPerceived.cs
123 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
using System;
namespace fun.Communication
{
public interface IPerceived
{
string Name { get; }
}
}