public FlowWSForm() { InitializeComponent(); this.api = new API(MY_TOKEN); }
public TempGraph() { InitializeComponent(); this.api = new API(MY_TOKEN); this.rand = new Random(); }