You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try this : public AsyncCommand<TcpClientModel> RemoveClientCommand { get; }
in Constructor: RemoveClientCommand = new AsyncCommand<TcpClientModel>(RemoveClientCommandHandler);
can you please help me how can I use this with parameter ?
The text was updated successfully, but these errors were encountered: