예제 #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;
 }