コード例 #1
0
        /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        public ShotSeriesForm()
        {
            InitializeComponent();

            formForStripes = new BackkgroundStripesForm();
            updateInitialImage();
            formForStripes.Show();
        }
コード例 #2
0
        /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        public BackgroundImagesGeneratorForm()
        {
            InitializeComponent();

            numberOfSin1.Text = "167";
            numberOfSin2.Text = "241";

            phaseShift1.Text = "0";
            phaseShift2.Text = "90";
            phaseShift3.Text = "180";
            phaseShift4.Text = "270";
            phaseShift5.Text = "0";

            convertValues();

            formForStripes = new BackkgroundStripesForm();
            updateInitialImage();
            formForStripes.Show();
        }