Пример #1
0
 public Form1()
 {
     InitializeComponent();
     ce = new CalendarExchange();
 }
 public SentenceParse(string s)
 {
     splitResult     = getSplit(s);
     parsingSentence = s;
     CE = new CalendarExchange();
 }
 public SentenceParse(string s)
 {
     splitResult = getSplit(s);
     parsingSentence = s;
     CE = new CalendarExchange();
 }
Пример #4
0
 public Form1()
 {
     InitializeComponent();
     ce = new CalendarExchange();
 }