public CreatePagesRequest(UiPageList pageList, MainWindow callingWindow) : base(pageList, callingWindow)
 {
 }
Example #2
0
 public PhotosRequest(string folderPath, UiPageList pageList, MainWindow callingWindow)
     : base(pageList, callingWindow)
 {
     _folderPath = folderPath;
 }
Example #3
0
 public PhotosRequest(UiPageList pageList, MainWindow callingWindow)
     : this(null, pageList, callingWindow)
 {
 }
 public CreatePagesRequest(UiPageList pageList, MainWindow callingWindow)
     : base(pageList, callingWindow)
 {
 }
 public PhotosRequest(string folderPath, UiPageList pageList, MainWindow callingWindow)
     : base(pageList, callingWindow)
 {
     _folderPath = folderPath;
 }
 public PhotosRequest(UiPageList pageList, MainWindow callingWindow)
     : this(null, pageList, callingWindow)
 {
 }
 public FramesForYourPicsMessage(UiPageList pageList , MainWindow callingWindow)
 {
     OutputPhotoList = pageList;
     CallingWindow = callingWindow;
 }
Example #8
0
 public FramesForYourPicsMessage(UiPageList pageList, MainWindow callingWindow)
 {
     OutputPhotoList = pageList;
     CallingWindow   = callingWindow;
 }