Esempio n. 1
0
 public WaveBinder(AnotherManipulator _man)
 {
     InitializeComponent();
     man = _man;
     loadTxinList();
     loadWaveBinding();
 }
Esempio n. 2
0
        public AnotherForm()
        {
            InitializeComponent();
            man         = new AnotherManipulator(new TextBoxWriter(log));
            log.Visible = !Console.Out.Equals(man.Writer);

            flags.Add(check_fe_Bind, ProcessingFlag.Bind);
            flags.Add(check_fe_Project, ProcessingFlag.Project);
            flags.Add(check_fe_SplitHodographs, ProcessingFlag.SplitHodographs);
            flags.Add(check_fe_Interpolate, ProcessingFlag.Interpolate);
        }
Esempio n. 3
0
 public UncertaintiesForm(AnotherManipulator _man)
 {
     InitializeComponent();
     man = _man;
 }