示例#1
0
        public GnuPGRibbon()
        {
            SignButton = new GnuPGToggleButton("signButton");
              EncryptButton = new GnuPGToggleButton("encryptButton");
              VerifyButton = new GnuPGToggleButton("verifyButton");
              DecryptButton = new GnuPGToggleButton("decryptButton");

              Buttons.Add(SignButton.Id, SignButton);
              Buttons.Add(EncryptButton.Id, EncryptButton);
              Buttons.Add(VerifyButton.Id, VerifyButton);
              Buttons.Add(DecryptButton.Id, DecryptButton);
        }
示例#2
0
        public GnuPGRibbon()
        {
            SignButton    = new GnuPGToggleButton("signButton");
            EncryptButton = new GnuPGToggleButton("encryptButton");
            VerifyButton  = new GnuPGToggleButton("verifyButton");
            DecryptButton = new GnuPGToggleButton("decryptButton");

            Buttons.Add(SignButton.Id, SignButton);
            Buttons.Add(EncryptButton.Id, EncryptButton);
            Buttons.Add(VerifyButton.Id, VerifyButton);
            Buttons.Add(DecryptButton.Id, DecryptButton);
        }