| 123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Drawing;
- using System.Linq;
- using System.Reflection;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- namespace Fuel01
- {
- partial class technique : Form
- {
- public technique()
- {
- InitializeComponent();
- }
-
- }
- }
|