Exemplo n.º 1
0
 public static DataTable Load_message(int count, string userPrimary, string userReferences)
 {
     return(MESSAGETEXT.Load_message(count, userPrimary, userReferences));
 }
Exemplo n.º 2
0
 public static void Save_message(string _userPrimaryTemp, string _userReference, byte[] _content, byte[] _font, string _time)
 {
     MESSAGETEXT.Save_message(_userPrimaryTemp, _userReference, _content, _font, _time);
 }