This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
luo
/
OnlineMonitorSystem
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
b05326fc33
Branche
Tagy
master
OnlineMonito...
/
HandyControl
/
Microsoft.Windows.Shell
/
Standard
/
POINT.cs
POINT.cs
102 B
História
Raw
1
2
3
4
5
6
7
8
9
10
using System;
namespace Standard;
internal struct POINT
{
public int x;
public int y;
}