Beispiel #1
0
 //Listing 7-16. Controlling the Custom Modal Window
 partial void AddItem_Execute()
 {
     Issues.AddNew();
     this.OpenModalWindow("IssueWindow");
 }