Exemple #1
0
 public RightBlock(RightBlock c)
 {
     InitializeComponent();
     this.rightBlock.Height = c.rightBlock.Height;
     this.rightBlock.Width  = c.rightBlock.Height;
     this.rightBlock.Fill   = c.rightBlock.Fill;
 }
Exemple #2
0
 public RightBlock(RightBlock c, int id)
 {
     InitializeComponent();
     this.rightBlock.Height = c.rightBlock.Height;
     this.rightBlock.Width  = c.rightBlock.Height;
     this.rightBlock.Fill   = c.rightBlock.Fill;
     this.id = id;
 }