agrobot_base/Exemplos/joystick-src/JoystickSample/JoystickAxis.cs

19 lines
344 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
namespace JoystickSample
{
public partial class JoystickAxis : UserControl
{
public JoystickAxis()
{
InitializeComponent();
}
}
}