Advertisement
Fhernd

Formulario.Designer.cs

Nov 25th, 2017
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1. partial class Formulario
  2. {
  3.     /// <summary>
  4.     /// Required designer variable.
  5.     /// </summary>
  6.     private System.ComponentModel.IContainer components = null;
  7.  
  8.     /// <summary>
  9.     /// Clean up any resources being used.
  10.     /// </summary>
  11.     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  12.     protected override void Dispose(bool disposing)
  13.     {
  14.         if (disposing && (components != null))
  15.         {
  16.             components.Dispose();
  17.         }
  18.         base.Dispose(disposing);
  19.     }
  20.  
  21.     // Windows Form Designer generated code
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement