示例#1
0
 public MultiAddRecordWindowConfirmation(ViewRecordEntries vre, int bookNum)
 {
     _vre = vre;
     InitializeComponent();
     _bookNum      = bookNum;
     PageNum.Value = vre.Page.Value;
 }
示例#2
0
        public MultiAddRecordWindowBaptismal(ViewRecordEntries vre, int bookNum)
        {
            _vre = vre;
            InitializeComponent();
            _bookNum      = bookNum;
            PageNum.Value = _vre.Page.Value;

            this.DataContext = this;
        }
 public AddBurialRecordEntryWindow(ViewRecordEntries viewRE, int targBook)
 {
     vre     = viewRE;
     pmsutil = new PMSUtil();
     InitializeComponent();
     bookNum = targBook;
     FetchBookEntryNum();
     Stipend.Value = FetchBurialStipend();
 }
示例#4
0
        public AddConfirmationRecordEntryWindow(ViewRecordEntries viewRE, int targBook)
        {
            vre     = viewRE;
            pmsutil = new PMSUtil();
            InitializeComponent();
            bookNum       = targBook;
            Stipend.Value = FetchConfirmationStipend();
            FetchBookEntryNum();


            Parish.TextChanged   += ShowSuggestions2;
            Province.TextChanged += ShowSuggestions3;
        }