Example #1
0
 void Handle(CheckBox checkBox, RowDefinition row)
 {
     vm = (ContractorPermitProcessViewModel)this.DataContext;
     if (vm != null)
     {
         vm.UpdateFee(checkBox.Content.ToString(), checkBox.IsChecked.Value);
     }
 }
Example #2
0
 public ContractorPermitProcess()
 {
     vm = (ContractorPermitProcessViewModel)this.DataContext;
     InitializeComponent();
 }