Exemplo n.º 1
0
 public Operations(SideView sideLeft, SideView sideRight)
 {
     InitializeComponent();
     this.sideLeft  = sideLeft;
     this.sideRight = sideRight;
     this.sideLeft.RefreshAllList  += RefreshAllList;
     this.sideRight.RefreshAllList += RefreshAllList;
 }
Exemplo n.º 2
0
 public Operations(SideView sideLeft, SideView sideRight)
 {
     InitializeComponent();
     this.sideLeft  = sideLeft;
     this.sideRight = sideRight;
 }