也是向csv投降了

This commit is contained in:
2024-09-18 09:44:03 +08:00
parent 180c8f1038
commit 7257c39577
10 changed files with 122 additions and 96 deletions

View File

@@ -3,6 +3,7 @@
public class DialogPopArgs : System.EventArgs
{
public int Index { get; private set; }
public bool IsScreenDialog { get;private set; }
public DialogPopArgs(int index)
{