Let Visual Studio automatically update Resources.Designer.cs.
This commit is contained in:
parent
7a64739114
commit
e05b05e517
1 changed files with 3 additions and 7 deletions
10
Source/Examples/Properties/Resources.Designer.cs
generated
10
Source/Examples/Properties/Resources.Designer.cs
generated
|
@ -497,15 +497,12 @@ namespace Examples.Properties {
|
||||||
///
|
///
|
||||||
///namespace Examples.WinForms
|
///namespace Examples.WinForms
|
||||||
///{
|
///{
|
||||||
/// [Example("Multiple GLControls", ExampleCategory.OpenTK, "GLControl", 3)]
|
/// [Example("Multiple GLControls", ExampleCategory.OpenTK, "GLControl", 3, Documentation="MultipleGLControls.cs")]
|
||||||
/// public partial class MultipleGLControlsForm : Form
|
/// public partial class MultipleGLControlsForm : Form
|
||||||
/// {
|
/// {
|
||||||
/// public MultipleGLControlsForm()
|
/// public MultipleGLControlsForm()
|
||||||
/// {
|
/// {
|
||||||
/// InitializeComponent();
|
/// InitializeComp [rest of string was truncated]";.
|
||||||
/// }
|
|
||||||
///
|
|
||||||
/// public s [rest of string was truncated]";.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string MultipleGLControls {
|
internal static string MultipleGLControls {
|
||||||
get {
|
get {
|
||||||
|
@ -584,8 +581,7 @@ namespace Examples.Properties {
|
||||||
///
|
///
|
||||||
///namespace Examples.WinForms
|
///namespace Examples.WinForms
|
||||||
///{
|
///{
|
||||||
/// [Example("Simple GLControl", ExampleCategory.OpenTK, "GLControl", 1)]
|
/// [Example("Simple GLControl", ExampleCategory.OpenTK, "GLControl", 1, Document [rest of string was truncated]";.
|
||||||
/// pu [rest of string was truncated]";.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SimpleGLControl {
|
internal static string SimpleGLControl {
|
||||||
get {
|
get {
|
||||||
|
|
Loading…
Reference in a new issue