示例#1
0
        private void MainActivity_Click(object sender, EventArgs e)
        {
            ProfileService profileService = new ProfileService();

            profileService.AddProfile(GetProfile());
            LoadDataToListView();
        }