alarm class 정리
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user