예제 #1
0
        private static string GetTlDr(ExceptionalId uid)
        {
            return("");

            return(new ExceptionalTlDr(uid).Load());
        }
예제 #2
0
 public ExceptionalTlDr(ExceptionalId uid)
 {
     this.uid = uid;
 }
 private static string GetTlDr(ExceptionalId uid)
 {
     return("");
 }