mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 10:55:27 +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
|
///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