0
点赞
收藏
分享

微信扫一扫

Python从0到100(四十六):实现管理员登录及测试功能

英乐 2024-07-28 阅读 24
wpf

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using static System.Net.WebRequestMethods;

namespace DiaControlLibiray
{
    /// <summary>
    /// CircleProgress.xaml 的交互逻辑
    /// </summary>
    public partial class CircleProgress : UserControl
    {
        public int cycleWidth
        {
     

举报

相关推荐

0 条评论