革博士程序V1仓库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

32 lignes
609 B

  1. using Sunny.UI;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Data;
  6. using System.Drawing;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Threading.Tasks;
  10. using System.Windows.Forms;
  11. namespace LeatherApp
  12. {
  13. public partial class FrmVerList : UIForm
  14. {
  15. public FrmVerList()
  16. {
  17. InitializeComponent();
  18. }
  19. private void frmVerList_Load(object sender, EventArgs e)
  20. {
  21. }
  22. private void textBox1_TextChanged(object sender, EventArgs e)
  23. {
  24. }
  25. }
  26. }