示例#1
0
        private void button3_Click(object sender, EventArgs e)
        {
            var mps = new Mps(chart1, System.Windows.Forms.Application.DoEvents, true);

            mps.debuglabel = label1;
            mps.Main();
        }
示例#2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (History != 0)
            {
                hash ^= History.GetHashCode();
            }
            if (Depth != 0)
            {
                hash ^= Depth.GetHashCode();
            }
            if (Mps != 0)
            {
                hash ^= Mps.GetHashCode();
            }
            if (Reliability != 0)
            {
                hash ^= Reliability.GetHashCode();
            }
            if (Durability != 0)
            {
                hash ^= Durability.GetHashCode();
            }
            return(hash);
        }