革博士程序V1仓库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

27 righe
502 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.Page
  12. {
  13. public partial class FTest : UIPage
  14. {
  15. public FTest()
  16. {
  17. InitializeComponent();
  18. }
  19. private void FTest_Load(object sender, EventArgs e)
  20. {
  21. }
  22. }
  23. }