mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 16:25:26 +00:00
Let Visual Studio automatically update Resources.Designer.cs.
This commit is contained in:
parent
632f6b9f1b
commit
548bbd36c2
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
|
||||
///{
|
||||
/// [Example("Multiple GLControls", ExampleCategory.OpenTK, "GLControl", 3)]
|
||||
/// [Example("Multiple GLControls", ExampleCategory.OpenTK, "GLControl", 3, Documentation="MultipleGLControls.cs")]
|
||||
/// public partial class MultipleGLControlsForm : Form
|
||||
/// {
|
||||
/// public MultipleGLControlsForm()
|
||||
/// {
|
||||
/// InitializeComponent();
|
||||
/// }
|
||||
///
|
||||
/// public s [rest of string was truncated]";.
|
||||
/// InitializeComp [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string MultipleGLControls {
|
||||
get {
|
||||
|
@ -584,8 +581,7 @@ namespace Examples.Properties {
|
|||
///
|
||||
///namespace Examples.WinForms
|
||||
///{
|
||||
/// [Example("Simple GLControl", ExampleCategory.OpenTK, "GLControl", 1)]
|
||||
/// pu [rest of string was truncated]";.
|
||||
/// [Example("Simple GLControl", ExampleCategory.OpenTK, "GLControl", 1, Document [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string SimpleGLControl {
|
||||
get {
|
||||
|
|
Loading…
Reference in a new issue