alarm class 정리

This commit is contained in:
logonkhi
2025-07-08 19:17:32 +09:00
parent 551a08e0fe
commit efffdb1ecc
38 changed files with 2483 additions and 1172 deletions

View File

@@ -41,7 +41,7 @@ namespace UVC.UI.Toolbar.Model
/// }
///
/// // 사용 예
/// // ICommand saveCommand = new ActionCommand(() => { Debug.Log("Save action triggered!"); });
/// // ICommand saveCommand = new ActionCommand(() => { Debug.Log("Save HandleClick triggered!"); });
/// // MyCustomButton saveButton = new MyCustomButton("Save", "icons/save_icon", saveCommand, "Save the current file");
/// // toolbarModel.AddItem(saveButton);
/// </code>