Exemplo n.º 1
0
 /// <summary>
 /// Called from the Add button.
 /// </summary>
 public void ShowAddDialog()
 {
     addDialog.SetParentWidget(this);
     addDialog.SetOnlineList(this);
     addDialog.ResetStatusText();
     addDialog.ApplyColours();
     addDialog.Show();
 }
Exemplo n.º 2
0
 private void QuickAddItem()
 {
     AddItemDialog.Show();
 }