Example #1
0
        public static PNC_10ch_Board_Ctrl getInstance()
        {
            if (Instance == null)
            {
                Instance = new PNC_10ch_Board_Ctrl();
            }

            return(Instance);
        }
Example #2
0
 public static void DeleteInstance()
 {
     Instance = null;
 }