Ejemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            _manager = SentenceManager.GetInstance();

            fillSavedSentences();
        }
Ejemplo n.º 2
0
 /// <summary>
 ///   Gets instance of the <see cref="SentenceManager"/> class.
 /// </summary>
 /// <returns></returns>
 public static SentenceManager GetInstance() => _instance ?? (_instance = new SentenceManager());