Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SearchGuildUsersCommand"/> class.
 /// </summary>
 /// <param name="source">The source.</param>
 /// <param name="viewer">The viewer.</param>
 public SearchTopUsersCommand(IControllerSource source, IObjectViewer viewer, Player player)
 {
     this.viewer = viewer;
     this.source = source;
     this.player = player;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ClearStaffListCommand"/> class.
 /// </summary>
 /// <param name="controller">The controller.</param>
 public AddStaffListCommand(IControllerSource controller)
 {
     this._sourceController = controller;
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SearchGuildUsersCommand"/> class.
 /// </summary>
 /// <param name="source">The source.</param>
 /// <param name="viewer">The viewer.</param>
 public SearchGuildUsersCommand(IControllerSource source, IObjectViewer viewer)
 {
     this.viewer = viewer;
     this.source = source;
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ClearStaffListCommand"/> class.
 /// </summary>
 /// <param name="controller">The controller.</param>
 public ClearStaffListCommand(IControllerSource controller, IObjectViewer view)
 {
     this._sourceController = controller;
     _view = view;
 }