Exemplo n.º 1
0
 public NewUserSetup()
 {
     InitializeComponent();
     BackgroundSet();
     SectionContextList.PrepareSectionContext();
     SectionBox.ItemsSource = SectionContextList.Sections;
     if (!UserSettings.NewUser())
     {
         HeaderBlock.Text    = "Settings Menu";
         SubheaderBlock.Text = "Some Settings may not take effect until the App is refreshed.";
     }
 }
Exemplo n.º 2
0
        public DocumentUpload()
        {
            InitializeComponent();
            DocumentList.PrepareList();
            MarineList.PrepareList();
            GetList();
            DocTypeContextList.PrepareList();
            SectionContextList.PrepareSectionContext();

            DocType.ItemsSource = DocTypeContextList.DocTypes;
            Section.ItemsSource = SectionContextList.Sections;

            CheckExecutable();
        }