acs command 창 추가
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user