public AddQuestionsView()
 {
     InitializeComponent();
     this.DataContext = this;
     main             = this;
     BorderColor      = AppVariable.GetBrush(MainWindow.main.BorderBrush.ToString());
     strDate          = pc.GetYear(DateTime.Now).ToString("0000") + "/" + pc.GetMonth(DateTime.Now).ToString("00") + "/" + pc.GetDayOfMonth(DateTime.Now).ToString("00");
 }
示例#2
0
 public AddQuestionsView()
 {
     InitializeComponent();
     this.DataContext = this;
     main             = this;
     strDate          = pc.GetYear(DateTime.Now).ToString("0000") + "/" + pc.GetMonth(DateTime.Now).ToString("00") + "/" + pc.GetDayOfMonth(DateTime.Now).ToString("00");
     getGroup();
 }