Form3.cs
Upload User: len11608
Upload Date: 2022-06-26
Package Size: 21k
Code Size: 0k
Category:

Editor

Development Platform:

C#

  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. namespace abc
  9. {
  10.     public partial class About : Form
  11.     {
  12.         public About()
  13.         {
  14.             InitializeComponent();
  15.         }
  16.     }
  17. }