Exemple #1
0
 public BottomPanel()
 {
     this._buyerBeforeDetach = null;
     this._isHighden         = false;
     this.InitializeComponent();
     this.gridMain.ColumnDefinitions[0].Width = WpfUtil.ConvertPixelWidthToGridLength(275);
     this.gridMain.ColumnDefinitions[2].Width = WpfUtil.ConvertPixelWidthToGridLength(150);
     this.TheTipper    = new BottomPanel.Tipper(this);
     base.SizeChanged += this.BottomPanel_SizeChanged;
     if (!DesignerProperties.GetIsInDesignMode(this))
     {
         base.Loaded += this.BottomPanel_Loaded;
     }
 }