コード例 #1
0
 public void RegisterPixelTool(string key, PixelToolBase tool)
 {
     PixelToolDict[key] = tool;
 }
コード例 #2
0
ファイル: PixelToolContainer.cs プロジェクト: xxy1991/cozy
 public void RegisterPixelTool(string key, PixelToolBase tool)
 {
     PixelToolDict[key] = tool;
 }