示例#1
0
 internal WorkingSpace(ImagesStore store, Size size, Action onCloseAction)
 {
     this.store         = store;
     this.size          = size;
     this.onCloseAction = onCloseAction;
     InitializeControls();
 }
示例#2
0
 public Form1()
 {
     InitializeComponent();
     store = new ImagesStore();
 }