Example #1
0
        public IPanel <Form> Create(IIdentity identity, out IActionDefinition action)
        {
            var result = new TroubleshootingPanel();

            action = new ActionDefinition(result.Id, "Troubleshooting", "Troubleshooting", Properties.Resources.lifebelt_big,
                                          Properties.Resources.lifebelt);

            return(result);
        }
Example #2
0
        public IPanel <Form> Create([NotNull] IActionDefinition action)
        {
            var result = new TroubleshootingPanel();

            return(result);
        }