Risk1.SaldiriEkrani.SaldiriEkrani C# (CSharp) Method

SaldiriEkrani() public method

public SaldiriEkrani ( Bolge b1, Bolge b2, Form1 f1 ) : System
b1 Bolge
b2 Bolge
f1 Form1
return System
        public SaldiriEkrani(Bolge b1, Bolge b2, Form1 f1)
        {
            InitializeComponent();
            bolge1 = b1;
            bolge2 = b2;
            form1 = f1;
        }