Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HSP Aufgabe ooKreise
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aufgabensammlung
HSP Aufgabe ooKreise
Commits
dd2ddd67
Commit
dd2ddd67
authored
2 years ago
by
Kai Mecke
Browse files
Options
Downloads
Patches
Plain Diff
Update für kleine Optimierungen
parent
3887baa5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kreise/Kreise/Kreis.cs
+3
-0
3 additions, 0 deletions
Kreise/Kreise/Kreis.cs
Kreise/Kreise/KreisControl.cs
+3
-1
3 additions, 1 deletion
Kreise/Kreise/KreisControl.cs
with
6 additions
and
1 deletion
Kreise/Kreise/Kreis.cs
+
3
−
0
View file @
dd2ddd67
...
...
@@ -19,10 +19,13 @@ namespace Kreise
// Dies ist der Konstruktor der Klasse. Immer, wenn ein Objekt dieser Klasse erzeugt wird,
// dann wird dieser als erstes ausgeführt.
// ToDo 1a: Initialisierung der Zustandseigenschaften
// Dies könnten Standardwerte sein x,y=0, r=1, Farbe=weiss,
// oder Sie können aber auch an den Konstruktor Parameter übergeben,
// welche Sie dann für die Initalisierung des Zustandes nutzen können.
farbe
=
Color
.
White
;
// Beispiel für eine Farbzuweisung
}
/// <summary>
...
...
This diff is collapsed.
Click to expand it.
Kreise/Kreise/KreisControl.cs
+
3
−
1
View file @
dd2ddd67
namespace
Kreise
using
System
;
namespace
Kreise
{
class
KreisControl
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment