/// <summary>
        /// Initializes static members of the <see cref="CustomControl"/> class.
        /// </summary>
        static CustomControl()
        {
            int num  = 0;
            int num1 = 0;
            int num2;

            CustomControl.myidentity = "";
            if (!CustomControl.Paint_())
            {
                do
                {
                    if (num != num1)
                    {
                        break;
                    }
                    num1 = 1;
                    num2 = num;
                    num  = 1;
                }while (1 <= num2);
            }
            else
            {
                CustomControl.initializeComponent(true);
            }
        }
 /// <summary>
 /// Handles the 0 event of the smethod control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 private static void smethod_0(object sender, EventArgs e)
 {
     ((System.Windows.Forms.Timer)sender).Enabled = false;
     CustomControl.initializeComponent(false);
     ((System.Windows.Forms.Timer)sender).Enabled = true;
 }