Changeset 349
- Timestamp:
- 4/2/2008 2:07:50 PM (5 years ago)
- Location:
- branches/eraser6/Eraser
- Files:
-
- 26 edited
-
AboutForm.Designer.cs (modified) (1 diff, 1 prop)
-
AboutForm.cs (modified) (1 diff, 1 prop)
-
BasePanel.Designer.cs (modified) (1 diff, 1 prop)
-
BasePanel.cs (modified) (1 diff, 1 prop)
-
LightGroup.Designer.cs (modified) (1 diff, 1 prop)
-
LightGroup.cs (modified) (1 diff, 1 prop)
-
LogForm.Designer.cs (modified) (1 diff, 1 prop)
-
LogForm.cs (modified) (1 diff, 1 prop)
-
MainForm.Designer.cs (modified) (1 diff, 1 prop)
-
MainForm.cs (modified) (1 diff, 1 prop)
-
Program.cs (modified) (1 diff, 1 prop)
-
ProgressForm.Designer.cs (modified) (1 diff, 1 prop)
-
ProgressForm.cs (modified) (1 diff, 1 prop)
-
Properties/AssemblyInfo.cs (modified) (1 prop)
-
Properties/Resources.Designer.cs (modified) (1 prop)
-
Properties/Settings.Designer.cs (modified) (1 prop)
-
SchedulerPanel.Designer.cs (modified) (1 diff, 1 prop)
-
SchedulerPanel.cs (modified) (1 diff, 1 prop)
-
SettingsPanel.Designer.cs (modified) (1 diff, 1 prop)
-
SettingsPanel.cs (modified) (1 diff, 1 prop)
-
TaskDataSelectionForm.Designer.cs (modified) (1 diff, 1 prop)
-
TaskDataSelectionForm.cs (modified) (1 diff, 1 prop)
-
TaskPropertiesForm.Designer.cs (modified) (1 diff, 1 prop)
-
TaskPropertiesForm.cs (modified) (1 diff, 1 prop)
-
ToolBar.Designer.cs (modified) (1 diff, 1 prop)
-
ToolBar.cs (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/AboutForm.Designer.cs
- Property svn:keywords set to Id
r169 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/AboutForm.cs
- Property svn:keywords set to Id
r326 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/BasePanel.Designer.cs
- Property svn:keywords set to Id
r158 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/BasePanel.cs
- Property svn:keywords set to Id
r123 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/LightGroup.Designer.cs
- Property svn:keywords set to Id
r173 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/LightGroup.cs
- Property svn:keywords set to Id
r325 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/LogForm.Designer.cs
- Property svn:keywords set to Id
r342 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/LogForm.cs
- Property svn:keywords set to Id
r342 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/MainForm.Designer.cs
- Property svn:keywords set to Id
r309 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/MainForm.cs
- Property svn:keywords set to Id
r325 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/Program.cs
- Property svn:keywords set to Id
r338 r349 1 using System; 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 22 using System; 2 23 using System.Collections.Generic; 3 24 using System.Windows.Forms; -
branches/eraser6/Eraser/ProgressForm.Designer.cs
- Property svn:keywords set to Id
r342 r349 1 namespace Eraser 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 22 namespace Eraser 2 23 { 3 24 partial class ProgressForm -
branches/eraser6/Eraser/ProgressForm.cs
- Property svn:keywords set to Id
r342 r349 1 using System; 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 22 using System; 2 23 using System.Collections.Generic; 3 24 using System.ComponentModel; -
branches/eraser6/Eraser/Properties/AssemblyInfo.cs
- Property svn:keywords set to Id
-
branches/eraser6/Eraser/Properties/Resources.Designer.cs
- Property svn:keywords set to Id
-
branches/eraser6/Eraser/Properties/Settings.Designer.cs
- Property svn:keywords set to Id
-
branches/eraser6/Eraser/SchedulerPanel.Designer.cs
- Property svn:keywords set to Id
r227 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/SchedulerPanel.cs
- Property svn:keywords set to Id
r342 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/SettingsPanel.Designer.cs
- Property svn:keywords set to Id
r338 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/SettingsPanel.cs
- Property svn:keywords set to Id
r338 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/TaskDataSelectionForm.Designer.cs
- Property svn:keywords set to Id
r283 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/TaskDataSelectionForm.cs
- Property svn:keywords set to Id
r325 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/TaskPropertiesForm.Designer.cs
- Property svn:keywords set to Id
r231 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/TaskPropertiesForm.cs
- Property svn:keywords set to Id
r325 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic; -
branches/eraser6/Eraser/ToolBar.Designer.cs
- Property svn:keywords set to Id
r101 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 namespace Eraser 2 23 { -
branches/eraser6/Eraser/ToolBar.cs
- Property svn:keywords set to Id
r290 r349 1 /* 2 * $Id$ 3 * Copyright 2008 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 1 22 using System; 2 23 using System.Collections.Generic;
Note: See TracChangeset
for help on using the changeset viewer.
