Ejemplo n.º 1
0
 protected Element(string to, ElementType type, ElementSubType sub)
 {
     _obj = lm_message_new_with_sub_type (to, type, sub);
 }
Ejemplo n.º 2
0
 private static extern IntPtr lm_message_new_with_sub_type(string to, ElementType type, ElementSubType sub);