Exemple #1
0
 virtual public void SetConfiguration(CONTROL_VALUE cs)
 {
 }
Exemple #2
0
        virtual public CONTROL_VALUE GetConfiguration()
        {
            CONTROL_VALUE cs = new CONTROL_VALUE();

            return(cs);
        }