革博士程序V1仓库
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

32 linhas
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. }