Example #1
0
 public GuiLinkerTag(GuiLinkerType type, object data)
 {
     this.type = type;
     this.data = data;
 }
Example #2
0
 public GuiLinkerTag(GuiLinkerType type, object data)
 {
     this.type = type;
     this.data = data;
 }
Example #3
0
 void InitControl(byte pad, GuiLinkerType type, Control control)
 {
     control.Tag = new GuiLinkerTag(type, pad);
 }
Example #4
0
 void InitControl(byte pad, GuiLinkerType type, Control control)
 {
     control.Tag = new GuiLinkerTag(type, pad);
 }