mirror of
https://github.com/fishguy6564/Nitro-AR-Code-Manager.git
synced 2025-06-18 13:15:39 -04:00
21 lines
407 B
C#
21 lines
407 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Nitro_AR_Cheat_Manager
|
|
{
|
|
public partial class Credits : Form
|
|
{
|
|
public Credits()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|