Exemplo n.º 1
0
 public FormBranchSearch(UCBranches uCBranches)
 {
     InitializeComponent();
     this.uCBranches = uCBranches;
 }
Exemplo n.º 2
0
 public FormAddBranches(UCBranches ucBranches, bool new_) : this()
 {
     this.ucBranches = ucBranches;
     this.new_       = new_;
 }