Ejemplo n.º 1
0
        public void EntryAddCommaTest()
        {
            CStack cs = new CStack();

            cs.EntryAddComma();
            Assert.AreNotEqual(cs.entry.IndexOf(","), -1);
        }
 private void NumComma(object sender, RoutedEventArgs e)
 {
     cs.EntryAddComma();
     UpdateNumberField();
 }