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

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