Skip to content
View FabioIngenito's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report FabioIngenito

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. CSharp_Polygons_GDI_Skiasharp CSharp_Polygons_GDI_Skiasharp Public

    Example of draw polygons by two versions: GDI+ and Skiasharp. Both in Windows Forms.

    C# 4 1

  2. CSharp_EventHandler CSharp_EventHandler Public

    BEM MODIFICADO, MAS BASEADO NO EXEMPLO DO MACORATTI: C# - Como fazer uma classe definir e disparar eventos (http://www.macoratti.net/19/05/c_classevents1.htm). Criei um tratamento de LOGs também

    C# 3

  3. Py_Polygons_Tkinter_Math Py_Polygons_Tkinter_Math Public

    Example of polygons drawn in Tkinter + Math in "Windows Forms"

    Python

  4. CSharp_Delegates CSharp_Delegates Public

    Exemplo de uso de Delegates Um DELEGATE é um tipo de referência que pode ser utilizado para encapsular métodos, mesmo os anônimos; desde que os mesmos tenham parâmetros de entrada e tipos de retorn…

    C# 2

  5. CSharp_SomenteNumero CSharp_SomenteNumero Public

    if (!(e.KeyChar >= '0' && e.KeyChar <= '9') && e.KeyChar != 8) e.Handled = true;

    C# 2

  6. CSharp_RestApiWeb_NET6_VS2022 CSharp_RestApiWeb_NET6_VS2022 Public

    REST API WEB .NET6 Visual Studio 2022

    C#