示例#1
0
        public FlowWSForm()
        {
            InitializeComponent();

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