Exemple #1
0
 private static Delegate ByteToDel(byte[] buf)
 {
     return(((SerializeDelegate)QTUtility.ByteArrayToObject(buf)).Delegate);
 }