예제 #1
0
파일: Reciver.cs 프로젝트: Dima963/EVA
        public void OpenForm()
        {
            var document = new DocumentsForm();
            document.Show();

        }
예제 #2
0
        //static Reciver reciver = new Reciver();
        //static OpenCommand command = new OpenCommand(reciver);
        //private Invoker invoker = new Invoker(command);

        private void OpenFormDocument(object arg)
        {
            //invoker.Open();
            var document = new DocumentsForm();
            document.Show();

        }