Exemplo n.º 1
0
        static void Main(string[] args)
        {
            CustomFManager customF = new CustomFManager();

            if (args != null && args.Length > 0) //If there's an argument in the execution.
            {
                string funkeyCodeNum = args[0];
                customF.setFunkey(funkeyCodeNum);
            }
            else
            {
                Application.EnableVisualStyles();
                Application.SetCompatibleTextRenderingDefault(false);
                Application.Run(new Form1());
            }
        }
Exemplo n.º 2
0
 //Flurry
 private void button2_Click(object sender, EventArgs e)
 {
     customF.setFunkey("00000050");
 }
Exemplo n.º 3
0
        //
        //End of initial startup
        //

        //
        //Button Clicks
        //

        //Con
        private void Button5_Click(object sender, EventArgs e)
        {
            customF.setFunkey("S0000001");
        }
Exemplo n.º 4
0
 //U.B.
 private void button11_Click(object sender, EventArgs e)
 {
     customF.setFunkey("FFFFFFF0");
 }