コード例 #1
0
ファイル: Form3.cs プロジェクト: hnlylmlzh/ScreenshotsToText
 public Form3(string key, string path, Amazing parent)
 {
     InitializeComponent();
     this.parent = parent;
     this.path   = path;
     this.key    = key;
     this.CenterToScreen();
 }
コード例 #2
0
ファイル: Form2.cs プロジェクト: hnlylmlzh/ScreenshotsToText
 public Form2(Amazing parent)
 {
     InitializeComponent();
     this.parent = parent;
     this.CenterToScreen();
 }