Hallo, ich habe einen interessanten code entdeckt. Nun wollte ich euch fragen, in welcher Sprache der Teil geschrieben ist.
Ich hoffe, ihr könnt mir weiter helfen:
C#
using System;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace app
{
public class Form1 : Form
{
public const string wintitle_key = "WindowTitleName";
public const string hk_enable_key = "EnableHotKeys";
public const string min_window_key = "MinimizeWindow";
public const string loadfile_key = "FileStartPath";
Alles anzeigen