C# Class MetroIde.Dialogs.ControlDialogs.MessageBoxList

Interaction logic for MessageBoxList.xaml
Mostrar archivo Open project: ChadSki/Quickbeam Class Usage Examples

Public Methods

Method Description
MessageBoxList ( string title, string message, IEnumerable items ) : System.Collections.Generic

Private Methods

Method Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnContinue_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MessageBoxList() public method

public MessageBoxList ( string title, string message, IEnumerable items ) : System.Collections.Generic
title string
message string
items IEnumerable
return System.Collections.Generic