Logo white

孙向锦 / ARS-PPT-001

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ARS-PPT-001
  • SunVoteARSPPT
  • Forms
  • FrmVoteDetailVote.cs
  • xx
    20c0108c
    wutaian authored
    2020-12-24 15:01:43 +0800  
    Browse Code »
FrmVoteDetailVote.cs 374 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace SunVoteARSPPT.Forms
{
    public partial class FrmVoteDetailVote : Form
    {
        public FrmVoteDetailVote()
        {
            InitializeComponent();
        }
    }
}