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); }