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

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

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

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

            LogHelper.Instance.OnLogArrived += new LogArrivedDelegate(LogHelper_OnLogArrived);
        }
Example #3
0
 private void button16_Click(object sender, EventArgs e)
 {
     xiadan = Stock.Account.XiaDan.Instance;
     xiadan.Init();
 }
Example #4
0
 private void button16_Click(object sender, EventArgs e)
 {
     xiadan = Stock.Account.XiaDan.Instance;
     xiadan.Init();
 }