Beispiel #1
0
 public void ModuleSelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     if (e.AddedItems.Count > 0)
     {
         DefusalPage.ModuleSelectionChanged(this, e);
         ModuleSelection.UnselectAll();
     }
 }
Beispiel #2
0
 /*==========================================================================================================================
 | CONSTRUCTOR
 \-------------------------------------------------------------------------------------------------------------------------*/
 /// <summary>
 ///   Initializes a new instance of a <see cref="PurchaseBindingModel"/> object.
 /// </summary>
 public PurchaseBindingModel() {
   Modules = new ModuleSelection();
 }
 // Use this for initialization
 void Start()
 {
     ms = GetComponentInParent<ModuleSelection>();
 }