革博士V2程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
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. }