コード例 #1
0
 public void Init(MousePlugin input)
 {
     mPlugin = input;
 }
コード例 #2
0
 public ScriptMouse(MousePlugin plugin)
 {
     this.plugin = plugin;
     //Gx.AddListOfFct(GetType());
 }
コード例 #3
0
 public MousePluginPanel(MousePlugin input)
     : this()
 {
     Init(input);
 }