示例#1
0
 public DonorAdditionWindow(
     IDesktopOperations operations,
     ITextResources textResources)
 {
     this.operations    = operations;
     this.textResources = textResources;
     XamlReader.Load(this);
     ApplyTextResources();
 }
        public MainForm(
            IDesktopOperations operations,
            ITextResources textResources
            )
        {
            this.operations    = operations;
            this.textResources = textResources;

            XamlReader.Load(this);
            PreviousPageButton.Visible = false;
            NextPageButton.Visible     = false;

            ApplyTextResources();
        }