예제 #1
0
파일: UUID.cs 프로젝트: xiongyingjie/qm.net
 public static string NewUUID()
 {
     return(UniqueIdGenerator.Instance().GetBase32UniqueId(10));
 }