Example #1
0
 private void button4_Click_1(object sender, EventArgs e)
 {
     if (xiadan == null)
     {
         xiadan = XiaDan.Instance;
     }
     TraderResult result = this.xiadan.GetCashInfo();
 }
Example #2
0
        public Form1()
        {
            InitializeComponent();

            xiadan = Stock.Account.XiaDan.Instance;
            xiadan.Init();

            LogHelper.Instance.OnLogArrived += new LogArrivedDelegate(LogHelper_OnLogArrived);
        }
Example #3
0
        public Form1()
        {
            InitializeComponent();

            xiadan = Stock.Account.XiaDan.Instance;
            xiadan.Init();

            LogHelper.Instance.OnLogArrived += new LogArrivedDelegate(LogHelper_OnLogArrived);
        }
Example #4
0
 private void button16_Click(object sender, EventArgs e)
 {
     xiadan = Stock.Account.XiaDan.Instance;
     xiadan.Init();
 }
Example #5
0
 private void button4_Click_1(object sender, EventArgs e)
 {
     if (xiadan == null) xiadan = XiaDan.Instance;
     TraderResult result =  this.xiadan.GetCashInfo();
 }
Example #6
0
 private void button16_Click(object sender, EventArgs e)
 {
     xiadan = Stock.Account.XiaDan.Instance;
     xiadan.Init();
 }