Exemple #1
0
 public static TextFormater getIntance()
 {
     if (m_Instance == null)
     {
         m_Instance = new TextFormater();
     }
     return(m_Instance);
 }
 public static TextFormater getIntance()
 {
     if(m_Instance == null)
     {
         m_Instance = new TextFormater();
     }
     return m_Instance;
 }