static void Main() { PresetManager.loadPreset(new PokeCord()); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); }
private void pokecordToolStripMenuItem_Click(object sender, EventArgs e) { textBox1.Text = PresetManager.getMessage("PokeCord"); numericUpDown1.Value = PresetManager.getInterval("PokeCord"); }