Ejemplo n.º 1
0
 public static void SetMessage(GraphicIdent identifier, string messageGraphic)
 {
     textBlob?._SetMessage(messageGraphic);
 }
Ejemplo n.º 2
0
 public static void SetMessage(GraphicIdent identifier, string messageGraphic)
 {
     dic[identifier]?._SetMessage(messageGraphic);
 }