Exemplo n.º 1
0
 public VShortList(QueryRelatedTool p)
 {
     app = p;
     InitializeComponent();
     _relationsList     = new ObservableCollection <mwb02.AddIns.VRelationInfo>();
     this.DataContext   = this;
     lastMLBClick       = DateTime.Now;
     MouseLeftButtonUp += new MouseButtonEventHandler(onMLBUp);
 }
Exemplo n.º 2
0
 public VShortList(QueryRelatedTool p)
 {
     app = p;
     InitializeComponent();
 }