acs command 창 추가

This commit is contained in:
backuppc
2026-02-27 09:59:36 +09:00
parent 24bd2d8a7f
commit 71b8a589c6
7 changed files with 582 additions and 14 deletions

View File

@@ -162,5 +162,13 @@ namespace Project.Dialog
if (fn.Exists == false) return;
UTIL.RunExplorer(fn.FullName);
}
private void button2_Click_1(object sender, EventArgs e)
{
var f = new Dialog.fACSCommand();
f.TopMost = true;
f.Show();
this.Close();
}
}
}