Exemple #1
0
 internal void To(DrawIOComponent tc, string text)
 {
     destinationComponent.Add(new DrawIOComponentLink(tc, text));
     tc.From(this);
 }