Example #1
0
        private void Window_Loaded(object sender, RoutedEventArgs e)
        {
            textCurentDate.Text = comm.convertIntToDate(dateCond);

            log.Debug("Date Condition : " + dateCond);
            log.Debug("Current Date : " + textCurentDate.Text);
            //genData();
            //loadForm = "loaded";
        }