account.idl
来自「MICO2.3.13 corba 环境平台」· IDL 代码 · 共 7 行
IDL
7 行
interface Account { void deposit( in unsigned long amount ); void withdraw( in unsigned long amount ); long balance();};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?