示例#1
0
 public ListNavigator(string title,string listAction,ListNavigatorType nType)
 {
     this.Title = title;
     this.NavigatorAction = listAction;
     this.NavigatorType = nType;
 }
示例#2
0
 public ListNavigator(string title, string listAction, ListNavigatorType nType)
 {
     this.Title           = title;
     this.NavigatorAction = listAction;
     this.NavigatorType   = nType;
 }