Ejemplo n.º 1
0
 public static ChannelInfoParser getInstance()
 {
     if (ChannelInfoParser._instance == null)
     {
         ChannelInfoParser._instance = new ChannelInfoParser();
     }
     return(ChannelInfoParser._instance);
 }
Ejemplo n.º 2
0
        public static ChannelInfoParser getInstance()
        {
            bool flag = ChannelInfoParser._instance == null;

            if (flag)
            {
                ChannelInfoParser._instance = new ChannelInfoParser();
            }
            return(ChannelInfoParser._instance);
        }