Ejemplo n.º 1
0
 protected virtual void OnButton변경(Button변경EventArgs e)
 {
     if (Button변경 != null)
     {
         Button변경(this, e);
     }
 }
Ejemplo n.º 2
0
        private Button변경EventArgs OnButton변경()
        {
            Button변경EventArgs args = new Button변경EventArgs();

            OnButton변경(args);

            return(args);
        }