示例#1
0
        void JD_OnSetupGa(SetupGa GaSetup)
        {
            SetupGA      tmp    = new SetupGA(GaSetup.secret, JD.uid, "");
            DialogResult tmpRes = tmp.ShowDialog();

            if (tmpRes == System.Windows.Forms.DialogResult.OK)
            {
                JD.SetupGaCode(tmp.Code);
            }
            else
            {
            }
        }
示例#2
0
        void JD_OnSetupGa(SetupGa GaSetup)
        {
            SetupGA tmp = new SetupGA(GaSetup.secret,JD.uid, "");
            DialogResult tmpRes = tmp.ShowDialog();
            if (tmpRes == System.Windows.Forms.DialogResult.OK)
            {
                JD.SetupGaCode(tmp.Code);
            }
            else
            {

            }
        }