2017年6月23日

WPF 手机验证码 发送按钮倒计时 代码

摘要: private async void SendButton_Click(object sender, RoutedEventArgs e) { var button = sender as Button; var text = button.Content.ToString(); if (Se... 阅读全文

posted @ 2017-06-23 16:32 lopengye 阅读(884) 评论(0) 推荐(0)

导航