private static bool OnAddFriend(string[] args) { if (args.Length != 0) { return(false); } Task.Run(() => MobileCommands.AddFriend()); return(true); }
public override void Execute() { MobileCommands.AddFriend(); }