Exemplo n.º 1
0
        public TableBoolViewModel(LogicalReport report, TableBoolView view)
        {
            _view   = view;
            _report = report;

            CreateGrid();
        }
Exemplo n.º 2
0
 public TableBoolView(LogicalReport report)
 {
     InitializeComponent();
     DataContext = new TableBoolViewModel(report, this);
 }