예제 #1
0
 public AppLookup(string clientid, string appid)
 {
     this.ClientID  = clientid;
     this.AppID     = appid;
     this.ElementID = "";
     lookup         = new Core.Lookup(this.ClientID);
 }
예제 #2
0
 internal void Load()
 {
     lookup = new Tz.Core.Lookup(this.ClientID, this.ElementID);
 }
예제 #3
0
 internal void Set(Tz.Core.Lookup lk)
 {
     lookup = lk;
 }