public WaveBinder(AnotherManipulator _man) { InitializeComponent(); man = _man; loadTxinList(); loadWaveBinding(); }
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); }
public UncertaintiesForm(AnotherManipulator _man) { InitializeComponent(); man = _man; }