- Timestamp:
- 2012-06-29 12:36:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/26/FanniO/Sailtilyousink/Sailtilyousink/Sailtilyousink/Sailtilyousink.cs
r3407 r3411 97 97 98 98 Label pistenaytto2 = new Label(); 99 pistenaytto2.X = -400;100 pistenaytto2.Y = -200;99 pistenaytto2.X =Screen.Left +150; 100 pistenaytto2.Y = Screen.Bottom +300; 101 101 pistenaytto2.TextColor = Color.Blue; 102 102 pistenaytto2.Color = Color.Aqua; … … 110 110 111 111 Label mailinaytto2 = new Label(); 112 mailinaytto2.X = -400;113 mailinaytto2.Y = -250;112 mailinaytto2.X =Screen.Left +150; 113 mailinaytto2.Y =Screen.Bottom +250; 114 114 mailinaytto2.TextColor = Color.DarkBlue; 115 115 mailinaytto2.Color = Color.Aqua;
Note: See TracChangeset
for help on using the changeset viewer.