AndroidCopyPaster.Form1.Form1 C# (CSharp) Method

Form1() public method

public Form1 ( ) : System
return System
        public Form1()
        {
            InitializeComponent();
            buttonSave.Text = GetString("buttonSave.Text");
            label1.Text = GetString("label1.Text");
            label2.Text = GetString("label2.Text");
            label4.Text = GetString("label3.Text");
            checkBox1.Text = GetString("checkBox1.Text");
        }