예제 #1
0
        public static DP213_Intial_Algorithm_RGBVreg1_CPP getInstance()
        {
            if (instance == null)
            {
                instance = new DP213_Intial_Algorithm_RGBVreg1_CPP();
            }

            return(instance);
        }
예제 #2
0
        private void Show_Logs()
        {
            if (f1().radioButton_Debug_Status_Mode.Checked&& dp213_form().checkBox_Initial_RVreg1B_or_RGB_Algorithm_Apply.Checked)
            {
                DP213_Intial_Algorithm_RGBVreg1_CPP init_algorithm_storag = DP213_Intial_Algorithm_RGBVreg1_CPP.getInstance();

                f1().GB_Status_AppendText_Nextline("--init_algorithm_storage--", Color.Blue);
                init_algorithm_storag.Show_RGB_Datas(Color.Blue);
            }

            if (dp213_form().checkBox_OC_Mode23_UVL_Check.Checked)
            {
                f1().SB_Show();
                f1().SB_Clear();
            }
        }