コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     ce = new CalendarExchange();
 }
コード例 #2
0
 public SentenceParse(string s)
 {
     splitResult     = getSplit(s);
     parsingSentence = s;
     CE = new CalendarExchange();
 }
コード例 #3
0
 public SentenceParse(string s)
 {
     splitResult = getSplit(s);
     parsingSentence = s;
     CE = new CalendarExchange();
 }
コード例 #4
0
 public Form1()
 {
     InitializeComponent();
     ce = new CalendarExchange();
 }