예제 #1
0
        private static bool OnAddFriend(string[] args)
        {
            if (args.Length != 0)
            {
                return(false);
            }

            Task.Run(() => MobileCommands.AddFriend());

            return(true);
        }
예제 #2
0
 public override void Execute()
 {
     MobileCommands.AddFriend();
 }