public SubMenuInfo(string text, string url, Authentication.PERMDEFINE perm)
 {
     this.subMenuText = text;
     this.subMenuUrl  = url;
     this.permDefine  = perm;
 }
예제 #2
0
 public SubMenuInfo(string text, string url,Authentication.PERMDEFINE perm)
 {
     this.subMenuText = text;
     this.subMenuUrl = url;
     this.permDefine = perm;
 }