示例#1
0
 /// <summary>
 /// Called to handle the command. Show the library selection dialogue and pass on any selected librray to the SourceSelectionDialogFragment
 /// </summary>
 /// <param name="commandIdentity"></param>
 public override void HandleCommand(int commandIdentity) =>
 LibrarySelectionDialogFragment.ShowFragment(CommandRouter.Manager, "Select library to edit", -1, LibrarySelected);
示例#2
0
 /// <summary>
 /// Called to handle the command. Show the library selection dialogue and pass on any selected librray to the LibraryManagementController
 /// </summary>
 /// <param name="commandIdentity"></param>
 public override void HandleCommand(int commandIdentity) =>
 LibrarySelectionDialogFragment.ShowFragment(CommandRouter.Manager, "Select library to display", Libraries.Index(ConnectionDetailsModel.LibraryId),
                                             LibrarySelected);