示例#1
0
 public SledLuaWatchedCustomVariableRendererArgs(TreeListView control, TreeListView.Node node, Graphics gfx, Rectangle bounds, int column, ISledLuaVarBaseType luaVar, SledLuaWatchedCustomVariable customVar)
 {
     Control        = control;
     Node           = node;
     Graphics       = gfx;
     Bounds         = bounds;
     Column         = column;
     LuaVariable    = luaVar;
     CustomVariable = customVar;
     DrawDefault    = true;
 }
 public SledLuaWatchedCustomVariableRendererArgs(TreeListView control, TreeListView.Node node, Graphics gfx, Rectangle bounds, int column, ISledLuaVarBaseType luaVar, SledLuaWatchedCustomVariable customVar)
 {
     Control = control;
     Node = node;
     Graphics = gfx;
     Bounds = bounds;
     Column = column;
     LuaVariable = luaVar;
     CustomVariable = customVar;
     DrawDefault = true;
 }