C# Class FSoft.WordApp.Core.ViewModels.ErrorEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: fpt-software/Wordpress-Client

Public Methods

Method Description
ErrorEventArgs ( string title, string message, string closeTitle ) : System

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( string title, string message, string closeTitle ) : System
title string
message string
closeTitle string
return System