Example #1
0
        public FlowWSForm()
        {
            InitializeComponent();

            this.api = new API(MY_TOKEN);
        }
Example #2
0
 public TempGraph()
 {
     InitializeComponent();
     this.api = new API(MY_TOKEN);
     this.rand = new Random();
 }