Esempio n. 1
0
 public UmlTypeMemberSection(UmlInstanceType owner, string caption) : this(owner)
 {
     Name = caption;
 }
Esempio n. 2
0
 public UmlTypeMemberSection(UmlInstanceType owner, string caption) : this(owner)
 {
     Name = caption;
 }
Esempio n. 3
0
 public UmlTypeMemberSection(UmlInstanceType owner)
 {
     Expanded = true;
     Owner = owner;
 }
Esempio n. 4
0
 public UmlTypeMemberSection(UmlInstanceType owner)
 {
     Expanded = true;
     Owner    = owner;
 }