コード例 #1
0
 internal WorkingSpace(ImagesStore store, Size size, Action onCloseAction)
 {
     this.store         = store;
     this.size          = size;
     this.onCloseAction = onCloseAction;
     InitializeControls();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: dualBreath/schemaUtility
 public Form1()
 {
     InitializeComponent();
     store = new ImagesStore();
 }