Example #1
0
 private void radioButton6_CheckedChanged(object sender, EventArgs e)
 {
     model3 = model3_4;
     updateStatM3();
 }
Example #2
0
        private void Form1_Load(object sender, EventArgs e)
        {
            //labelAdm.Image = global::callcenter.Properties.Resources.but;
            model3_1 = new fuzzyProfit3(new triangleFunc(200, 300, 800), new trapFunc(250, 500, 800, 2000), new trapFunc(3, 5, 7, 10), new triangleFunc(15, 20, 30));
            model3_2 = new fuzzyProfit3(new trapFunc(200, 270, 420, 800), new triangleFunc(250, 650, 2000), new triangleFunc(3, 6, 10), new trapFunc(15, 18, 25, 30));
            model3_3 = new fuzzyProfit3(new triangleFunc(200, 300, 800), new triangleFunc(250, 650, 2000), new trapFunc(3, 5, 7, 10), new trapFunc(15, 18, 25, 30));
            model3_4 = new fuzzyProfit3(new trapFunc(200, 270, 420, 800), new trapFunc(250, 500, 800, 2000), new triangleFunc(3, 6, 10), new triangleFunc(15, 20, 30));
            model3 = model3_1;
            updateStatM3();
            updateM1();

            openFileDialog1.Filter = "Модель (*.fuzzy)|*.fuzzy";
            saveFileDialog1.Filter = "Модель (*.fuzzy)|*.fuzzy";
        }