예제 #1
0
파일: Test.cs 프로젝트: ooaavee/beavis
        private Task <CommandResult> OnPasswordEntered(string result, CommandContext context)
        {
            context.WriteSuccess("Dudiin!!!!");

            return(context.AskConfirmation("Are you sure?", OnCccc));
        }