public ResultatsBarreProg(Resultats r) { this.WindowStartupLocation = WindowStartupLocation.CenterScreen; InitializeComponent(); resu = r; this.Update(); }
private void Launch() { var model = buildModel(); Task.Delay(1); if (model != null) { if (r != null) { r.Close(); } r = new Resultats(Entrs, model, mcmcParams, this); r.Show(); } }