Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
jiahailin
/
pipeline-cs
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Wiki
Puu:
8284a72189
Branchit
Tagit
master
pipeline-cs
/
WWPipeLine
/
WWPipeLine.WPF
/
IResposeWPF.cs
IResposeWPF.cs
114 B
Historia
Raaka
1
2
3
4
5
6
7
8
namespace WWPipeLine.WPF
{
public interface IResposeWPF
{
void ResposeWPF(string tag);
}
}