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