示例#1
0
        private async void btnTestPeople_Click(object sender, EventArgs e)
        {
            OpenStateClientLib.OpenStateClient cli;
            cli = new OpenStateClientLib.OpenStateClient();


            string Cursor = "";

            var resultsP = await cli.GetPeopleAllAsync(Cursor, ExtraGuiAction);
        }