コード例 #1
0
ファイル: MapViewer.cs プロジェクト: WildGenie/uo-atlas-ob
 public MapViewerEventArgs(Map map, Point coordinates, ZoomLevel zoomlevel)
 {
     Map = map;
     Coordinates = coordinates;
     ZoomLevel = zoomlevel;
 }