public CreateKeyPairForm() { InitializeComponent(); DTO = new KeyPairDTO(); }
// Call to load from the XIB/NIB file public CreateKeyPairWindowController() : base("CreateKeyPairWindow") { DTO = new KeyPairDTO(); }