internal WorkingSpace(ImagesStore store, Size size, Action onCloseAction) { this.store = store; this.size = size; this.onCloseAction = onCloseAction; InitializeControls(); }
public Form1() { InitializeComponent(); store = new ImagesStore(); }