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