Exemplo n.º 1
0
 /// <summary>
 /// Shows the auto list.
 /// </summary>
 public void ShowAutoList(AutoListType type)
 {
     if (AutoListRequested != null) {
         AutoListRequested(this, new AutoListTypeEventArgs(type));
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Shows the specified type.
 /// </summary>
 /// <param name="type">The type.</param>
 public void Show(AutoListType type)
 {
     this.AutoListType = type;
     SetupAndShow();
 }