Forex_Strategy_Builder.Actions.MakeNewTranslation C# (CSharp) Method

MakeNewTranslation() private method

Makes new language file.
private MakeNewTranslation ( ) : void
return void
        void MakeNewTranslation()
        {
            New_Translation nt = new New_Translation();
            nt.Show();

            return;
        }
Actions