Ejemplo n.º 1
0
        public object Clone()
        {
            StreamControl other = new StreamControl(_content);

            other.IsForward   = this.IsForward;
            other._stepLength = this._stepLength;
            other.Interval    = this.Interval;
            other.Enable      = this.Enable;
            this.Enable       = false;
            return(other);
        }
Ejemplo n.º 2
0
 public StreamDialog(StreamControl lf)
 {
     _lineFlow = lf;
     InitializeComponent();
     UpdateData(true);
 }
Ejemplo n.º 3
0
 public DrawNodes()
 {
     Stream = new StreamControl(this);
 }