Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Visual Studio
- blog
- anaconda3
- COMMIT
- python3
- python 3.7
- Django
- dbadvgrid
- pyhcarm
- Push
- TMS
- 델파이
- delphi 10.3
- advColumnGrid
- queryset
- HTML
- MSSQL
- 백준
- c#
- Delphi
- github
- templates
- hackerrank
- pythonanywhere
- PyCharm
- rank
- declare
- get_object_or_404
- FastReport
- GIT
Archives
- Today
- Total
목록다른폼 메소드 사용 (1)
DevHyun
다른 폼 메소드 참조하기
public partial class Form1: Form { public Form1 ( ) { } // form2에서 참조하기 위한 public 메소드 생성 public void testMethod(){ } } public partial class Form2: Form { public Form2 ( Form1, form1 ) { // form1 메소드 참조용 변수 f1 선언 var f1 = Application.OpenForms.OfType().Single(); f1. testMethod(); } }
C#
2023. 11. 9. 11:07