Beispiel #1
0
        private void Cancel()
        {
            var section = new UserInterfaceSection(
                "Cancel configuration",
                "Configuration cancelled",
                null);

            _userInterface.Do(section);
        }
Beispiel #2
0
 public void OnUserInterfaceSectionExpanding(UserInterfaceSection userInterfaceSection, bool expanding)
 {
     //throw new NotImplementedException();
 }
Beispiel #3
0
 public void UserInterfaceDisplayData(UserInterfaceSection userInterfaceSection,
                                      RenderContent[] renderContentList)
 {
     //throw new NotImplementedException();
 }
 public abstract UserInterfaceChoice Do(UserInterfaceSection section);